Class: Aws::SSMContacts::Types::RotationOverride
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::RotationOverride
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Information about an override specified for an on-call rotation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time a rotation override was created.
 - 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time a rotation override ends.
 - 
  
    
      #new_contact_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
 - 
  
    
      #rotation_override_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the override to an on-call rotation.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time a rotation override begins.
 
Instance Attribute Details
#create_time ⇒ Time
The time a rotation override was created.
      2037 2038 2039 2040 2041 2042 2043 2044 2045  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2037 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#end_time ⇒ Time
The time a rotation override ends.
      2037 2038 2039 2040 2041 2042 2043 2044 2045  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2037 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#new_contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
      2037 2038 2039 2040 2041 2042 2043 2044 2045  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2037 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the override to an on-call rotation.
      2037 2038 2039 2040 2041 2042 2043 2044 2045  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2037 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The time a rotation override begins.
      2037 2038 2039 2040 2041 2042 2043 2044 2045  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2037 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  |