Class: Aws::Types::HybridJobQueueInfo
- Inherits:
-
Object
- Object
- Aws::Types::HybridJobQueueInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#position ⇒ ::String
Returns the value of attribute position.
-
#queue ⇒ "QUANTUM_TASKS_QUEUE", "JOBS_QUEUE"
Returns the value of attribute queue.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
256 257 258 |
# File 'sig/types.rbs', line 256 def @message end |
#position ⇒ ::String
Returns the value of attribute position.
255 256 257 |
# File 'sig/types.rbs', line 255 def position @position end |
#queue ⇒ "QUANTUM_TASKS_QUEUE", "JOBS_QUEUE"
Returns the value of attribute queue.
254 255 256 |
# File 'sig/types.rbs', line 254 def queue @queue end |