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


6737
6738
6739
# File 'sig/types.rbs', line 6737

def channel
  @channel
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


6735
6736
6737
# File 'sig/types.rbs', line 6735

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


6734
6735
6736
# File 'sig/types.rbs', line 6734

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


6736
6737
6738
# File 'sig/types.rbs', line 6736

def queue_name
  @queue_name
end