Class: Aws::SSMContacts::Types::GetRotationOverrideResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::GetRotationOverrideResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the override was created.
 - 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the 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_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the on-call rotation that was overridden.
 - 
  
    
      #rotation_override_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the override to an on-call rotation.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the override goes into effect.
 
Instance Attribute Details
#create_time ⇒ Time
The date and time when the override was created.
      1051 1052 1053 1054 1055 1056 1057 1058 1059 1060  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1051 class GetRotationOverrideResult < Struct.new( :rotation_override_id, :rotation_arn, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#end_time ⇒ Time
The date and time when the override ends.
      1051 1052 1053 1054 1055 1056 1057 1058 1059 1060  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1051 class GetRotationOverrideResult < Struct.new( :rotation_override_id, :rotation_arn, :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.
      1051 1052 1053 1054 1055 1056 1057 1058 1059 1060  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1051 class GetRotationOverrideResult < Struct.new( :rotation_override_id, :rotation_arn, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#rotation_arn ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation that was overridden.
      1051 1052 1053 1054 1055 1056 1057 1058 1059 1060  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1051 class GetRotationOverrideResult < Struct.new( :rotation_override_id, :rotation_arn, :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.
      1051 1052 1053 1054 1055 1056 1057 1058 1059 1060  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1051 class GetRotationOverrideResult < Struct.new( :rotation_override_id, :rotation_arn, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The date and time when the override goes into effect.
      1051 1052 1053 1054 1055 1056 1057 1058 1059 1060  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1051 class GetRotationOverrideResult < Struct.new( :rotation_override_id, :rotation_arn, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end  |