Class: Aws::Types::RoutingProfileManualAssignmentQueueConfigSummary

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")


7019
7020
7021
# File 'sig/types.rbs', line 7019

def channel
  @channel
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


7017
7018
7019
# File 'sig/types.rbs', line 7017

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


7016
7017
7018
# File 'sig/types.rbs', line 7016

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


7018
7019
7020
# File 'sig/types.rbs', line 7018

def queue_name
  @queue_name
end