class Aws::Connect::Types::DisassociateQueueQuickConnectsRequest
@note When making an API call, you may pass DisassociateQueueQuickConnectsRequest
data as a hash: { instance_id: "InstanceId", # required queue_id: "QueueId", # required quick_connect_ids: ["QuickConnectId"], # required }
@!attribute [rw] instance_id
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. @return [String]
@!attribute [rw] queue_id
The identifier for the queue. @return [String]
@!attribute [rw] quick_connect_ids
The quick connects to disassociate from the queue. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateQueueQuickConnectsRequest AWS API Documentation
Constants
- SENSITIVE