Class: Aws::Connect::Types::DescribeHoursOfOperationOverrideResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeHoursOfOperationOverrideResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hours_of_operation_override  ⇒ Types::HoursOfOperationOverride 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the hours of operations override.
 
Instance Attribute Details
#hours_of_operation_override ⇒ Types::HoursOfOperationOverride
Information about the hours of operations override.
      6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6942 class DescribeHoursOfOperationOverrideResponse < Struct.new( :hours_of_operation_override) SENSITIVE = [] include Aws::Structure end  |