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.
20661 20662 20663 20664 20665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20661 class RoutingProfileManualAssignmentQueueConfig < Struct.new( :queue_reference) SENSITIVE = [] include Aws::Structure end |