Class: Aws::Types::RoutingProfileQueueConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::RoutingProfileQueueConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#delay ⇒ ::Integer
Returns the value of attribute delay.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#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.
6754 6755 6756 |
# File 'sig/types.rbs', line 6754 def channel @channel end |
#delay ⇒ ::Integer
Returns the value of attribute delay.
6753 6754 6755 |
# File 'sig/types.rbs', line 6753 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
6752 6753 6754 |
# File 'sig/types.rbs', line 6752 def priority @priority end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6750 6751 6752 |
# File 'sig/types.rbs', line 6750 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6749 6750 6751 |
# File 'sig/types.rbs', line 6749 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
6751 6752 6753 |
# File 'sig/types.rbs', line 6751 def queue_name @queue_name end |