Class: Aws::Types::QueueQuickConnectConfig
- Inherits:
-
Object
- Object
- Aws::Types::QueueQuickConnectConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
6268 6269 6270 |
# File 'sig/types.rbs', line 6268 def contact_flow_id @contact_flow_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6267 6268 6269 |
# File 'sig/types.rbs', line 6267 def queue_id @queue_id end |