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.
374 375 376 |
# File 'sig/types.rbs', line 374 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
375 376 377 |
# File 'sig/types.rbs', line 375 def queue_id @queue_id end |
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
376 377 378 |
# File 'sig/types.rbs', line 376 def quick_connect_ids @quick_connect_ids end |