Class: Aws::SSMContacts::Types::HandOffTime
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::HandOffTime
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Details about when an on-call rotation shift begins or ends.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hour_of_day  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The hour when an on-call rotation shift begins or ends.
 - 
  
    
      #minute_of_hour  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The minute when an on-call rotation shift begins or ends.
 
Instance Attribute Details
#hour_of_day ⇒ Integer
The hour when an on-call rotation shift begins or ends.
      1127 1128 1129 1130 1131 1132  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1127 class HandOffTime < Struct.new( :hour_of_day, :minute_of_hour) SENSITIVE = [] include Aws::Structure end  | 
  
#minute_of_hour ⇒ Integer
The minute when an on-call rotation shift begins or ends.
      1127 1128 1129 1130 1131 1132  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1127 class HandOffTime < Struct.new( :hour_of_day, :minute_of_hour) SENSITIVE = [] include Aws::Structure end  |