Class: Aws::Connect::Types::QueueQuickConnectConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::QueueQuickConnectConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ String
The identifier of the flow.
-
#queue_id ⇒ String
The identifier for the queue.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
15877 15878 15879 15880 15881 15882 |
# File 'lib/aws-sdk-connect/types.rb', line 15877 class QueueQuickConnectConfig < Struct.new( :queue_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
15877 15878 15879 15880 15881 15882 |
# File 'lib/aws-sdk-connect/types.rb', line 15877 class QueueQuickConnectConfig < Struct.new( :queue_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |