Class: Aws::Types::RoutingProfileQueueReference
- Inherits:
-
Object
- Object
- Aws::Types::RoutingProfileQueueReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
7042 7043 7044 |
# File 'sig/types.rbs', line 7042 def channel @channel end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
7041 7042 7043 |
# File 'sig/types.rbs', line 7041 def queue_id @queue_id end |