Class: Aws::Connect::Types::RoutingProfileManualAssignmentQueueConfigSummary

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

Overview

Contains summary information about a routing profile manual assignment queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The channels this queue supports. Valid Values: CHAT | TASK | EMAIL

VOICE is not supported. The information shown below is incorrect. We're working to correct it.

Returns:

  • (String)


22461
22462
22463
22464
22465
22466
22467
22468
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22461

class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new(
  :queue_id,
  :queue_arn,
  :queue_name,
  :channel)
  SENSITIVE = []
  include Aws::Structure
end

#queue_arnString

The Amazon Resource Name (ARN) of the queue.

Returns:

  • (String)


22461
22462
22463
22464
22465
22466
22467
22468
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22461

class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new(
  :queue_id,
  :queue_arn,
  :queue_name,
  :channel)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The identifier for the queue.

Returns:

  • (String)


22461
22462
22463
22464
22465
22466
22467
22468
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22461

class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new(
  :queue_id,
  :queue_arn,
  :queue_name,
  :channel)
  SENSITIVE = []
  include Aws::Structure
end

#queue_nameString

The name of the queue.

Returns:

  • (String)


22461
22462
22463
22464
22465
22466
22467
22468
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22461

class RoutingProfileManualAssignmentQueueConfigSummary < Struct.new(
  :queue_id,
  :queue_arn,
  :queue_name,
  :channel)
  SENSITIVE = []
  include Aws::Structure
end