Class: Aws::Connect::Types::UpdateHoursOfOperationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::UpdateHoursOfOperationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #config  ⇒ Array<Types::HoursOfOperationConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration information of the hours of operation.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the hours of operation.
 - 
  
    
      #hours_of_operation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the hours of operation.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hours of operation.
 - 
  
    
      #time_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time zone of the hours of operation.
 
Instance Attribute Details
#config ⇒ Array<Types::HoursOfOperationConfig>
Configuration information of the hours of operation.
      24870 24871 24872 24873 24874 24875 24876 24877 24878 24879  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24870 class UpdateHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :time_zone, :config) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the hours of operation.
      24870 24871 24872 24873 24874 24875 24876 24877 24878 24879  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24870 class UpdateHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :time_zone, :config) SENSITIVE = [] include Aws::Structure end  | 
  
#hours_of_operation_id ⇒ String
The identifier of the hours of operation.
      24870 24871 24872 24873 24874 24875 24876 24877 24878 24879  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24870 class UpdateHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :time_zone, :config) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      24870 24871 24872 24873 24874 24875 24876 24877 24878 24879  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24870 class UpdateHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :time_zone, :config) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the hours of operation.
      24870 24871 24872 24873 24874 24875 24876 24877 24878 24879  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24870 class UpdateHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :time_zone, :config) SENSITIVE = [] include Aws::Structure end  | 
  
#time_zone ⇒ String
The time zone of the hours of operation.
      24870 24871 24872 24873 24874 24875 24876 24877 24878 24879  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24870 class UpdateHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :time_zone, :config) SENSITIVE = [] include Aws::Structure end  |