Class: Aws::DevOpsGuru::Types::StartTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::StartTimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
A time range used to specify when the behavior of an insight or anomaly started.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_time ⇒ Time
The start time of the time range.
-
#to_time ⇒ Time
The end time of the time range.
Instance Attribute Details
#from_time ⇒ Time
The start time of the time range.
4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4453 class StartTimeRange < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |
#to_time ⇒ Time
The end time of the time range.
4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4453 class StartTimeRange < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |