Class: Aws::DevOpsGuru::Types::EventTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::EventTimeRange
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_time ⇒ Time
The time when the event started.
-
#to_time ⇒ Time
The time when the event ended.
Instance Attribute Details
#from_time ⇒ Time
The time when the event started.
1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1274 class EventTimeRange < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |
#to_time ⇒ Time
The time when the event ended.
1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1274 class EventTimeRange < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |