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.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def queue_id @queue_id end |
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def quick_connect_ids @quick_connect_ids end |