Class: Aws::Connect::Types::QueueQuickConnectConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::QueueQuickConnectConfig
- Defined in:
- gems/aws-sdk-connect/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.
17443 17444 17445 17446 17447 17448 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17443 class QueueQuickConnectConfig < Struct.new( :queue_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
17443 17444 17445 17446 17447 17448 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17443 class QueueQuickConnectConfig < Struct.new( :queue_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |