Class: Aws::Connect::Types::QueueQuickConnectConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::QueueQuickConnectConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow.
 - 
  
    
      #queue_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the queue.
 
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
      17840 17841 17842 17843 17844 17845  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17840 class QueueQuickConnectConfig < Struct.new( :queue_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end  | 
  
#queue_id ⇒ String
The identifier for the queue.
      17840 17841 17842 17843 17844 17845  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17840 class QueueQuickConnectConfig < Struct.new( :queue_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end  |