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.
6891 6892 6893 |
# File 'sig/types.rbs', line 6891 def channel @channel end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6889 6890 6891 |
# File 'sig/types.rbs', line 6889 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6888 6889 6890 |
# File 'sig/types.rbs', line 6888 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
6890 6891 6892 |
# File 'sig/types.rbs', line 6890 def queue_name @queue_name end |