Class: Aws::DevOpsGuru::Types::EndTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::EndTimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
A range of time that specifies when anomalous behavior in an anomaly or insight ended.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_time ⇒ Time
The earliest end time in the time range.
-
#to_time ⇒ Time
The latest end time in the time range.
Instance Attribute Details
#from_time ⇒ Time
The earliest end time in the time range.
1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1145 class EndTimeRange < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |
#to_time ⇒ Time
The latest end time in the time range.
1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1145 class EndTimeRange < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |