Class: Aws::Connect::Types::RoutingProfileManualAssignmentQueueConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RoutingProfileManualAssignmentQueueConfigSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a routing profile manual assignment queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ String
The channels this queue supports.
-
#queue_arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
-
#queue_id ⇒ String
The identifier for the queue.
-
#queue_name ⇒ String
The name of the queue.
Instance Attribute Details
#channel ⇒ String
The channels this queue supports. Valid Values: CHAT | TASK | EMAIL
VOICE is not supported. The information shown below is incorrect. We’re working to correct it.
25812 25813 25814 25815 25816 25817 25818 25819 |
# File 'lib/aws-sdk-connect/types.rb', line 25812 class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new( :queue_id, :queue_arn, :queue_name, :channel) SENSITIVE = [] include Aws::Structure end |
#queue_arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
25812 25813 25814 25815 25816 25817 25818 25819 |
# File 'lib/aws-sdk-connect/types.rb', line 25812 class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new( :queue_id, :queue_arn, :queue_name, :channel) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
25812 25813 25814 25815 25816 25817 25818 25819 |
# File 'lib/aws-sdk-connect/types.rb', line 25812 class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new( :queue_id, :queue_arn, :queue_name, :channel) SENSITIVE = [] include Aws::Structure end |
#queue_name ⇒ String
The name of the queue.
25812 25813 25814 25815 25816 25817 25818 25819 |
# File 'lib/aws-sdk-connect/types.rb', line 25812 class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new( :queue_id, :queue_arn, :queue_name, :channel) SENSITIVE = [] include Aws::Structure end |