Class: Aws::Types::DeviceQueueInfo
- Inherits:
-
Object
- Object
- Aws::Types::DeviceQueueInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#queue ⇒ "QUANTUM_TASKS_QUEUE", "JOBS_QUEUE"
Returns the value of attribute queue.
-
#queue_priority ⇒ "Normal", "Priority"
Returns the value of attribute queue_priority.
-
#queue_size ⇒ ::String
Returns the value of attribute queue_size.
Instance Attribute Details
#queue ⇒ "QUANTUM_TASKS_QUEUE", "JOBS_QUEUE"
Returns the value of attribute queue.
148 149 150 |
# File 'sig/types.rbs', line 148 def queue @queue end |
#queue_priority ⇒ "Normal", "Priority"
Returns the value of attribute queue_priority.
150 151 152 |
# File 'sig/types.rbs', line 150 def queue_priority @queue_priority end |
#queue_size ⇒ ::String
Returns the value of attribute queue_size.
149 150 151 |
# File 'sig/types.rbs', line 149 def queue_size @queue_size end |