Class: Aws::Connect::Types::DisassociateRoutingProfileQueuesRequest

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)


5818
5819
5820
5821
5822
5823
5824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5818

class DisassociateRoutingProfileQueuesRequest < Struct.new(
  :instance_id,
  :routing_profile_id,
  :queue_references)
  SENSITIVE = []
  include Aws::Structure
end

#queue_referencesArray<Types::RoutingProfileQueueReference>

The queues to disassociate from this routing profile.



5818
5819
5820
5821
5822
5823
5824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5818

class DisassociateRoutingProfileQueuesRequest < Struct.new(
  :instance_id,
  :routing_profile_id,
  :queue_references)
  SENSITIVE = []
  include Aws::Structure
end

#routing_profile_idString

The identifier of the routing profile.

Returns:

  • (String)


5818
5819
5820
5821
5822
5823
5824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5818

class DisassociateRoutingProfileQueuesRequest < Struct.new(
  :instance_id,
  :routing_profile_id,
  :queue_references)
  SENSITIVE = []
  include Aws::Structure
end