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.
7019 7020 7021 |
# File 'sig/types.rbs', line 7019 def channel @channel end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
7017 7018 7019 |
# File 'sig/types.rbs', line 7017 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
7016 7017 7018 |
# File 'sig/types.rbs', line 7016 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
7018 7019 7020 |
# File 'sig/types.rbs', line 7018 def queue_name @queue_name end |