Class: Aws::Types::RoutingProfileQueueConfig
- Inherits:
-
Object
- Object
- Aws::Types::RoutingProfileQueueConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delay ⇒ ::Integer
Returns the value of attribute delay.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_reference ⇒ Types::RoutingProfileQueueReference
Returns the value of attribute queue_reference.
Instance Attribute Details
#delay ⇒ ::Integer
Returns the value of attribute delay.
7122 7123 7124 |
# File 'sig/types.rbs', line 7122 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
7121 7122 7123 |
# File 'sig/types.rbs', line 7121 def priority @priority end |
#queue_reference ⇒ Types::RoutingProfileQueueReference
Returns the value of attribute queue_reference.
7120 7121 7122 |
# File 'sig/types.rbs', line 7120 def queue_reference @queue_reference end |