Class: Aws::Connect::Types::EffectiveHoursOfOperations
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::EffectiveHoursOfOperations
 
 
- 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
- 
  
    
      #date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the hours of operation or overrides applies to.
 - 
  
    
      #operational_hours  ⇒ Array<Types::OperationalHour> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the hours of operations with the effective override applied.
 
Instance Attribute Details
#date ⇒ String
The date that the hours of operation or overrides applies to.
      8183 8184 8185 8186 8187 8188  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8183 class EffectiveHoursOfOperations < Struct.new( :date, :operational_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#operational_hours ⇒ Array<Types::OperationalHour>
Information about the hours of operations with the effective override applied.
      8183 8184 8185 8186 8187 8188  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8183 class EffectiveHoursOfOperations < Struct.new( :date, :operational_hours) SENSITIVE = [] include Aws::Structure end  |