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


6891
6892
6893
# File 'sig/types.rbs', line 6891

def channel
  @channel
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


6889
6890
6891
# File 'sig/types.rbs', line 6889

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


6888
6889
6890
# File 'sig/types.rbs', line 6888

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


6890
6891
6892
# File 'sig/types.rbs', line 6890

def queue_name
  @queue_name
end