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.
6990 6991 6992 |
# File 'sig/types.rbs', line 6990 def channel @channel end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6988 6989 6990 |
# File 'sig/types.rbs', line 6988 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6987 6988 6989 |
# File 'sig/types.rbs', line 6987 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
6989 6990 6991 |
# File 'sig/types.rbs', line 6989 def queue_name @queue_name end |