Class: Aws::Connect::Types::QueueReference
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::QueueReference
 
- Defined in:
- gems/aws-sdk-connect/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.
| 19390 19391 19392 19393 19394 19395 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19390 class QueueReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The identifier of the queue.
| 19390 19391 19392 19393 19394 19395 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19390 class QueueReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |