class Aws::DevOpsGuru::Types::EventTimeRange

The time range during which an AWS event occurred. AWS resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

@note When making an API call, you may pass EventTimeRange

data as a hash:

    {
      from_time: Time.now, # required
      to_time: Time.now, # required
    }

@!attribute [rw] from_time

The time when the event started.
@return [Time]

@!attribute [rw] to_time

The time when the event ended.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/EventTimeRange AWS API Documentation

Constants

SENSITIVE