Class: Aws::Connect::Types::AssociateQueueQuickConnectsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AssociateQueueQuickConnectsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #queue_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the queue.
 - 
  
    
      #quick_connect_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The quick connects to associate with this queue.
 
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      1050 1051 1052 1053 1054 1055 1056  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1050 class AssociateQueueQuickConnectsRequest < Struct.new( :instance_id, :queue_id, :quick_connect_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#queue_id ⇒ String
The identifier for the queue.
      1050 1051 1052 1053 1054 1055 1056  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1050 class AssociateQueueQuickConnectsRequest < Struct.new( :instance_id, :queue_id, :quick_connect_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#quick_connect_ids ⇒ Array<String>
The quick connects to associate with this queue.
      1050 1051 1052 1053 1054 1055 1056  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1050 class AssociateQueueQuickConnectsRequest < Struct.new( :instance_id, :queue_id, :quick_connect_ids) SENSITIVE = [] include Aws::Structure end  |