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.
7092 7093 7094 |
# File 'sig/types.rbs', line 7092 def channel @channel end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
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.
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.
7091 7092 7093 |
# File 'sig/types.rbs', line 7091 def queue_name @queue_name end |