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.
7025 7026 7027 |
# File 'sig/types.rbs', line 7025 def channel @channel end |
#delay ⇒ ::Integer
Returns the value of attribute delay.
7024 7025 7026 |
# File 'sig/types.rbs', line 7024 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
7023 7024 7025 |
# File 'sig/types.rbs', line 7023 def priority @priority end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
7021 7022 7023 |
# File 'sig/types.rbs', line 7021 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
7020 7021 7022 |
# File 'sig/types.rbs', line 7020 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
7022 7023 7024 |
# File 'sig/types.rbs', line 7022 def queue_name @queue_name end |