Class: Aws::Connect::Types::CreateQueueResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateQueueResponse
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #queue_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the queue.
 - 
  
    
      #queue_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the queue.
 
Instance Attribute Details
#queue_arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
      5188 5189 5190 5191 5192 5193  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5188 class CreateQueueResponse < Struct.new( :queue_arn, :queue_id) SENSITIVE = [] include Aws::Structure end  | 
  
#queue_id ⇒ String
The identifier for the queue.
      5188 5189 5190 5191 5192 5193  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5188 class CreateQueueResponse < Struct.new( :queue_arn, :queue_id) SENSITIVE = [] include Aws::Structure end  |