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.
6896 6897 6898 |
# File 'sig/types.rbs', line 6896 def channel @channel end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6894 6895 6896 |
# File 'sig/types.rbs', line 6894 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6893 6894 6895 |
# File 'sig/types.rbs', line 6893 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
6895 6896 6897 |
# File 'sig/types.rbs', line 6895 def queue_name @queue_name end |