Class: Aws::Connect::Types::HoursOfOperationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HoursOfOperationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains summary information about hours of operation for a contact center.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the hours of operation.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of 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 of the hours of operation.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the hours of operation.
      12953 12954 12955 12956 12957 12958 12959 12960 12961  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12953 class HoursOfOperationSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the hours of operation.
      12953 12954 12955 12956 12957 12958 12959 12960 12961  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12953 class HoursOfOperationSummary < Struct.new( :id, :arn, :name, :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.
      12953 12954 12955 12956 12957 12958 12959 12960 12961  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12953 class HoursOfOperationSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
      12953 12954 12955 12956 12957 12958 12959 12960 12961  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12953 class HoursOfOperationSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the hours of operation.
      12953 12954 12955 12956 12957 12958 12959 12960 12961  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12953 class HoursOfOperationSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |