class Aws::Connect::Types::RoutingProfileQueueReference

Contains the channel and queue identifier for a routing profile.

@note When making an API call, you may pass RoutingProfileQueueReference

data as a hash:

    {
      queue_id: "QueueId", # required
      channel: "VOICE", # required, accepts VOICE, CHAT, TASK
    }

@!attribute [rw] queue_id

The identifier for the queue.
@return [String]

@!attribute [rw] channel

The channels agents can handle in the Contact Control Panel (CCP)
for this routing profile.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfileQueueReference AWS API Documentation

Constants

SENSITIVE