Class: Aws::SSMContacts::Types::PreviewOverride
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSMContacts::Types::PreviewOverride
 
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Information about contacts and times that an on-call override replaces.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the time a rotation override would end. 
- 
  
    
      #new_members  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about contacts to add to an on-call rotation override. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the time a rotation override would begin. 
Instance Attribute Details
#end_time ⇒ Time
Information about the time a rotation override would end.
| 1824 1825 1826 1827 1828 1829 1830 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1824 class PreviewOverride < Struct.new( :new_members, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end | 
#new_members ⇒ Array<String>
Information about contacts to add to an on-call rotation override.
| 1824 1825 1826 1827 1828 1829 1830 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1824 class PreviewOverride < Struct.new( :new_members, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
Information about the time a rotation override would begin.
| 1824 1825 1826 1827 1828 1829 1830 | # File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1824 class PreviewOverride < Struct.new( :new_members, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |