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.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def queue_id @queue_id end |
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def quick_connect_ids @quick_connect_ids end |