You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::Range

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Range as input to an Aws::Client method, you can use a vanilla Hash:

{
  start_time: Time.now, # required
  end_time: Time.now, # required
}

Specifies one range of days or times to exclude from use for training an anomaly detection model.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

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.

Returns:

  • (Time)

    The end time of the range to exclude.

#start_timeTime

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.

Returns:

  • (Time)

    The start time of the range to exclude.