Class: Aws::DevOpsGuru::Types::InsightTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::InsightTimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
A time ranged that specifies when the observed behavior in an insight started and ended.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The time when the behavior described in an insight ended.
-
#start_time ⇒ Time
The time when the behavior described in an insight started.
Instance Attribute Details
#end_time ⇒ Time
The time when the behavior described in an insight ended.
1441 1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1441 class InsightTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the behavior described in an insight started.
1441 1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1441 class InsightTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |