class
Amazonite::CloudWatch::Range
- Amazonite::CloudWatch::Range
- Reference
- Object
Overview
Specifies one range of days or times to exclude from use for training an anomaly detection model.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/range.crConstructors
- .new(start_time : Time, end_time : Time)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_time : Time
The end time of the range to exclude.
-
#end_time=(end_time : Time)
The end time of the range to exclude.
-
#hash(hasher)
See
Object#hash(hasher) -
#start_time : Time
The start time of the range to exclude.
-
#start_time=(start_time : Time)
The start time of the range to exclude.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.
The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.
The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.
The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.