Class: Aws::Connect::Types::RoutingProfileQueueReference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::RoutingProfileQueueReference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains the channel and queue identifier for a routing profile.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
 - 
  
    
      #queue_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the queue.
 
Instance Attribute Details
#channel ⇒ String
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
      19375 19376 19377 19378 19379 19380  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19375 class RoutingProfileQueueReference < Struct.new( :queue_id, :channel) SENSITIVE = [] include Aws::Structure end  | 
  
#queue_id ⇒ String
The identifier for the queue.
      19375 19376 19377 19378 19379 19380  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19375 class RoutingProfileQueueReference < Struct.new( :queue_id, :channel) SENSITIVE = [] include Aws::Structure end  |