Class: Aws::Connect::Types::OperationalHour
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::OperationalHour
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the hours of operations with the effective override applied.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end  ⇒ Types::OverrideTimeSlice 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end time that your contact center closes.
 - 
  
    
      #start  ⇒ Types::OverrideTimeSlice 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start time that your contact center opens.
 
Instance Attribute Details
#end ⇒ Types::OverrideTimeSlice
The end time that your contact center closes.
      16899 16900 16901 16902 16903 16904  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16899 class OperationalHour < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end  | 
  
#start ⇒ Types::OverrideTimeSlice
The start time that your contact center opens.
      16899 16900 16901 16902 16903 16904  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16899 class OperationalHour < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end  |