Class: Aws::Connect::Types::RoutingProfileQueueReference

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

Overview

Contains the channel and queue identifier for a routing profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

Returns:

  • (String)


15266
15267
15268
15269
15270
15271
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15266

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

#queue_idString

The identifier for the queue.

Returns:

  • (String)


15266
15267
15268
15269
15270
15271
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15266

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