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


7092
7093
7094
# File 'sig/types.rbs', line 7092

def channel
  @channel
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


7090
7091
7092
# File 'sig/types.rbs', line 7090

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


7089
7090
7091
# File 'sig/types.rbs', line 7089

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


7091
7092
7093
# File 'sig/types.rbs', line 7091

def queue_name
  @queue_name
end