Class: Aws::Connect::Types::QueueInfoInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::QueueInfoInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about a queue.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the queue.
 
Instance Attribute Details
#id ⇒ String
The identifier of the queue.
      17821 17822 17823 17824 17825  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17821 class QueueInfoInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |