Class: Aws::Types::RoutingProfileQueueReference

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:

  • ("VOICE", "CHAT", "TASK", "EMAIL")


6914
6915
6916
# File 'sig/types.rbs', line 6914

def channel
  @channel
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


6913
6914
6915
# File 'sig/types.rbs', line 6913

def queue_id
  @queue_id
end