Class: Aws::Connect::Types::CreateHoursOfOperationOverrideRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateHoursOfOperationOverrideRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #config  ⇒ Array<Types::HoursOfOperationOverrideConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration information for the hours of operation override: day, start time, and end time.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the hours of operation override.
 - 
  
    
      #effective_from  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date from when the hours of operation override would be effective.
 - 
  
    
      #effective_till  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date until when the hours of operation override would be effective.
 - 
  
    
      #hours_of_operation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the hours of operation.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hours of operation override.
 
Instance Attribute Details
#config ⇒ Array<Types::HoursOfOperationOverrideConfig>
Configuration information for the hours of operation override: day, start time, and end time.
      4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4028 class CreateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the hours of operation override.
      4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4028 class CreateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end  | 
  
#effective_from ⇒ String
The date from when the hours of operation override would be effective.
      4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4028 class CreateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end  | 
  
#effective_till ⇒ String
The date until when the hours of operation override would be effective.
      4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4028 class CreateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end  | 
  
#hours_of_operation_id ⇒ String
The identifier for the hours of operation
      4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4028 class CreateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
      4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4028 class CreateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the hours of operation override.
      4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4028 class CreateHoursOfOperationOverrideRequest < Struct.new( :instance_id, :hours_of_operation_id, :name, :description, :config, :effective_from, :effective_till) SENSITIVE = [] include Aws::Structure end  |