Class: Aws::SSMContacts::Types::RotationShift
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSMContacts::Types::RotationShift
 
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Information about a shift that belongs to an on-call rotation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #contact_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation. 
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time a shift rotation ends. 
- 
  
    
      #shift_details  ⇒ Types::ShiftDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Additional information about an on-call rotation shift. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time a shift rotation begins. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of shift rotation. 
Instance Attribute Details
#contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation.
| 2087 2088 2089 2090 2091 2092 2093 2094 2095 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2087 class RotationShift < Struct.new( :contact_ids, :start_time, :end_time, :type, :shift_details) SENSITIVE = [] include Aws::Structure end | 
#end_time ⇒ Time
The time a shift rotation ends.
| 2087 2088 2089 2090 2091 2092 2093 2094 2095 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2087 class RotationShift < Struct.new( :contact_ids, :start_time, :end_time, :type, :shift_details) SENSITIVE = [] include Aws::Structure end | 
#shift_details ⇒ Types::ShiftDetails
Additional information about an on-call rotation shift.
| 2087 2088 2089 2090 2091 2092 2093 2094 2095 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2087 class RotationShift < Struct.new( :contact_ids, :start_time, :end_time, :type, :shift_details) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
The time a shift rotation begins.
| 2087 2088 2089 2090 2091 2092 2093 2094 2095 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2087 class RotationShift < Struct.new( :contact_ids, :start_time, :end_time, :type, :shift_details) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of shift rotation.
| 2087 2088 2089 2090 2091 2092 2093 2094 2095 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2087 class RotationShift < Struct.new( :contact_ids, :start_time, :end_time, :type, :shift_details) SENSITIVE = [] include Aws::Structure end |