Class: Aws::Connect::Types::UpdateRoutingProfileDefaultOutboundQueueRequest

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

#default_outbound_queue_idString

The identifier for the default outbound queue.

Returns:

  • (String)


19889
19890
19891
19892
19893
19894
19895
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19889

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

#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)


19889
19890
19891
19892
19893
19894
19895
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19889

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

#routing_profile_idString

The identifier of the routing profile.

Returns:

  • (String)


19889
19890
19891
19892
19893
19894
19895
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19889

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