Class: Aws::SSMContacts::Types::CoverageTime
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::CoverageTime
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Information about when an on-call shift begins and ends.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end ⇒ Types::HandOffTime
Information about when the on-call rotation shift ends.
-
#start ⇒ Types::HandOffTime
Information about when the on-call rotation shift begins.
Instance Attribute Details
#end ⇒ Types::HandOffTime
Information about when the on-call rotation shift ends.
284 285 286 287 288 289 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 284 class CoverageTime < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Types::HandOffTime
Information about when the on-call rotation shift begins.
284 285 286 287 288 289 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 284 class CoverageTime < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end |