Class: Aws::SSMContacts::Types::RotationShift
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::RotationShift
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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.
      2072 2073 2074 2075 2076 2077 2078 2079 2080  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2072 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.
      2072 2073 2074 2075 2076 2077 2078 2079 2080  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2072 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.
      2072 2073 2074 2075 2076 2077 2078 2079 2080  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2072 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.
      2072 2073 2074 2075 2076 2077 2078 2079 2080  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2072 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.
      2072 2073 2074 2075 2076 2077 2078 2079 2080  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2072 class RotationShift < Struct.new( :contact_ids, :start_time, :end_time, :type, :shift_details) SENSITIVE = [] include Aws::Structure end  |