class Aws::CloudWatch::Types::Range
Specifies one range of days or times to exclude from use for training an anomaly detection model.
@note When making an API call, you may pass Range
data as a hash: { start_time: Time.now, # required end_time: Time.now, # required }
@!attribute [rw] start_time
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`. @return [Time]
@!attribute [rw] end_time
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`. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/Range AWS API Documentation
Constants
- SENSITIVE