Class: Aws::Connect::Types::HoursOfOperationConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HoursOfOperationConfig
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Contains information about the hours of operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #day  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The day that the hours of operation applies to.
 - 
  
    
      #end_time  ⇒ Types::HoursOfOperationTimeSlice 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end time that your contact center closes.
 - 
  
    
      #start_time  ⇒ Types::HoursOfOperationTimeSlice 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start time that your contact center opens.
 
Instance Attribute Details
#day ⇒ String
The day that the hours of operation applies to.
      13981 13982 13983 13984 13985 13986 13987  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13981 class HoursOfOperationConfig < Struct.new( :day, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#end_time ⇒ Types::HoursOfOperationTimeSlice
The end time that your contact center closes.
      13981 13982 13983 13984 13985 13986 13987  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13981 class HoursOfOperationConfig < Struct.new( :day, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Types::HoursOfOperationTimeSlice
The start time that your contact center opens.
      13981 13982 13983 13984 13985 13986 13987  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13981 class HoursOfOperationConfig < Struct.new( :day, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  |