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.
6898 6899 6900 |
# File 'sig/types.rbs', line 6898 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
6897 6898 6899 |
# File 'sig/types.rbs', line 6897 def priority @priority end |
#queue_reference ⇒ Types::RoutingProfileQueueReference
Returns the value of attribute queue_reference.
6896 6897 6898 |
# File 'sig/types.rbs', line 6896 def queue_reference @queue_reference end |