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.
6744 6745 6746 |
# File 'sig/types.rbs', line 6744 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
6743 6744 6745 |
# File 'sig/types.rbs', line 6743 def priority @priority end |
#queue_reference ⇒ Types::RoutingProfileQueueReference
Returns the value of attribute queue_reference.
6742 6743 6744 |
# File 'sig/types.rbs', line 6742 def queue_reference @queue_reference end |