Class: Aws::Connect::Types::HoursOfOperation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HoursOfOperation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about of the hours of operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #config  ⇒ Array<Types::HoursOfOperationConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration information for the hours of operation.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description for the hours of operation.
 - 
  
    
      #hours_of_operation_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the hours of operation.
 - 
  
    
      #hours_of_operation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the hours of operation.
 - 
  
    
      #last_modified_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region where this resource was last modified.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when this resource was last modified.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name for the hours of operation.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 - 
  
    
      #time_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time zone for the hours of operation.
 
Instance Attribute Details
#config ⇒ Array<Types::HoursOfOperationConfig>
Configuration information for the hours of operation.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description for the hours of operation.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name for the hours of operation.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#time_zone ⇒ String
The time zone for the hours of operation.
      12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12723 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |