Class: Aws::Connect::Types::RoutingProfileManualAssignmentQueueConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::RoutingProfileManualAssignmentQueueConfig
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about the queue and channel for manual assignment behaviour can be enabled.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #queue_reference  ⇒ Types::RoutingProfileQueueReference 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the channel and queue identifier for a routing profile. 
Instance Attribute Details
#queue_reference ⇒ Types::RoutingProfileQueueReference
Contains the channel and queue identifier for a routing profile.
| 20907 20908 20909 20910 20911 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20907 class RoutingProfileManualAssignmentQueueConfig < Struct.new( :queue_reference) SENSITIVE = [] include Aws::Structure end |