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.
6997 6998 6999 |
# File 'sig/types.rbs', line 6997 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
6996 6997 6998 |
# File 'sig/types.rbs', line 6996 def priority @priority end |
#queue_reference ⇒ Types::RoutingProfileQueueReference
Returns the value of attribute queue_reference.
6995 6996 6997 |
# File 'sig/types.rbs', line 6995 def queue_reference @queue_reference end |