Class: Aws::Connect::Types::RoutingProfileQueueConfigSummary

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 queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The channels this queue supports.

Returns:

  • (String)


15242
15243
15244
15245
15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15242

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

#delayInteger

The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.

Returns:

  • (Integer)


15242
15243
15244
15245
15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15242

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

#priorityInteger

The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.

Returns:

  • (Integer)


15242
15243
15244
15245
15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15242

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

#queue_arnString

The Amazon Resource Name (ARN) of the queue.

Returns:

  • (String)


15242
15243
15244
15245
15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15242

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

#queue_idString

The identifier for the queue.

Returns:

  • (String)


15242
15243
15244
15245
15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15242

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

#queue_nameString

The name of the queue.

Returns:

  • (String)


15242
15243
15244
15245
15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15242

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