Class: Aws::Connect::Types::DisassociateQueueQuickConnectsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


8369
8370
8371
8372
8373
8374
8375
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8369

class DisassociateQueueQuickConnectsRequest < Struct.new(
  :instance_id,
  :queue_id,
  :quick_connect_ids)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The identifier for the queue.

Returns:

  • (String)


8369
8370
8371
8372
8373
8374
8375
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8369

class DisassociateQueueQuickConnectsRequest < Struct.new(
  :instance_id,
  :queue_id,
  :quick_connect_ids)
  SENSITIVE = []
  include Aws::Structure
end

#quick_connect_idsArray<String>

The quick connects to disassociate from the queue.

Returns:

  • (Array<String>)


8369
8370
8371
8372
8373
8374
8375
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8369

class DisassociateQueueQuickConnectsRequest < Struct.new(
  :instance_id,
  :queue_id,
  :quick_connect_ids)
  SENSITIVE = []
  include Aws::Structure
end