Class: Aws::Connect::Types::GetEffectiveHoursOfOperationsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::GetEffectiveHoursOfOperationsResponse
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #effective_hours_of_operation_list  ⇒ Array<Types::EffectiveHoursOfOperations> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the effective hours of operations. 
- 
  
    
      #time_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time zone for the hours of operation. 
Instance Attribute Details
#effective_hours_of_operation_list ⇒ Array<Types::EffectiveHoursOfOperations>
Information about the effective hours of operations.
| 10761 10762 10763 10764 10765 10766 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10761 class GetEffectiveHoursOfOperationsResponse < Struct.new( :effective_hours_of_operation_list, :time_zone) SENSITIVE = [] include Aws::Structure end | 
#time_zone ⇒ String
The time zone for the hours of operation.
| 10761 10762 10763 10764 10765 10766 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10761 class GetEffectiveHoursOfOperationsResponse < Struct.new( :effective_hours_of_operation_list, :time_zone) SENSITIVE = [] include Aws::Structure end |