Class: Aws::Connect::Types::QueueReference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::QueueReference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a queue resource for which metrics are returned.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the queue.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the queue.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
      17860 17861 17862 17863 17864 17865  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17860 class QueueReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the queue.
      17860 17861 17862 17863 17864 17865  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17860 class QueueReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  |