Class: Aws::Types::AssociateQueueQuickConnectsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateQueueQuickConnectsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def queue_id @queue_id end |
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
371 372 373 |
# File 'sig/types.rbs', line 371 def quick_connect_ids @quick_connect_ids end |