Class: Aws::Types::DisassociateQueueQuickConnectsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateQueueQuickConnectsRequest
- 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.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def queue_id @queue_id end |
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def quick_connect_ids @quick_connect_ids end |