Class: Aws::SSMContacts::Types::MonthlySetting
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::MonthlySetting
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Information about on-call rotations that recur monthly.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #day_of_month  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The day of the month when monthly recurring on-call rotations begin.
 - 
  
    
      #hand_off_time  ⇒ Types::HandOffTime 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of day when a monthly recurring on-call shift rotation begins.
 
Instance Attribute Details
#day_of_month ⇒ Integer
The day of the month when monthly recurring on-call rotations begin.
      1714 1715 1716 1717 1718 1719  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1714 class MonthlySetting < Struct.new( :day_of_month, :hand_off_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hand_off_time ⇒ Types::HandOffTime
The time of day when a monthly recurring on-call shift rotation begins.
      1714 1715 1716 1717 1718 1719  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1714 class MonthlySetting < Struct.new( :day_of_month, :hand_off_time) SENSITIVE = [] include Aws::Structure end  |