Class: Aws::SSMContacts::Types::WeeklySetting
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::WeeklySetting
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Information about rotations that recur weekly.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #day_of_week  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The day of the week when weekly recurring on-call shift rotations begins.
 - 
  
    
      #hand_off_time  ⇒ Types::HandOffTime 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of day when a weekly recurring on-call shift rotation begins.
 
Instance Attribute Details
#day_of_week ⇒ String
The day of the week when weekly recurring on-call shift rotations begins.
      2553 2554 2555 2556 2557 2558  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2553 class WeeklySetting < Struct.new( :day_of_week, :hand_off_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hand_off_time ⇒ Types::HandOffTime
The time of day when a weekly recurring on-call shift rotation begins.
      2553 2554 2555 2556 2557 2558  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2553 class WeeklySetting < Struct.new( :day_of_week, :hand_off_time) SENSITIVE = [] include Aws::Structure end  |