Class: Aws::Connect::Types::RoutingProfileQueueReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RoutingProfileQueueReference
- Defined in:
- gems/aws-sdk-connect/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.
17366 17367 17368 17369 17370 17371 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17366 class RoutingProfileQueueReference < Struct.new( :queue_id, :channel) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
17366 17367 17368 17369 17370 17371 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17366 class RoutingProfileQueueReference < Struct.new( :queue_id, :channel) SENSITIVE = [] include Aws::Structure end |