Class: Aws::Types::RoutingProfileManualAssignmentQueueConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::RoutingProfileManualAssignmentQueueConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
6737 6738 6739 |
# File 'sig/types.rbs', line 6737 def channel @channel end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
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.
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.
6736 6737 6738 |
# File 'sig/types.rbs', line 6736 def queue_name @queue_name end |