Class: Aws::SSMContacts::Types::TimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::TimeRange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
A range of between two set times
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the time range.
-
#start_time ⇒ Time
The start of the time range.
Instance Attribute Details
#end_time ⇒ Time
The end of the time range.
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2372 class TimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start of the time range.
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2372 class TimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |