Class: Aws::Types::QuantumTaskQueueInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def message
  @message
end

#position ⇒ ::String

Returns the value of attribute position.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def position
  @position
end

#queue ⇒ "QUANTUM_TASKS_QUEUE", "JOBS_QUEUE"

Returns the value of attribute queue.

Returns:

  • ("QUANTUM_TASKS_QUEUE", "JOBS_QUEUE")


333
334
335
# File 'sig/types.rbs', line 333

def queue
  @queue
end

#queue_priority ⇒ "Normal", "Priority"

Returns the value of attribute queue_priority.

Returns:

  • ("Normal", "Priority")


335
336
337
# File 'sig/types.rbs', line 335

def queue_priority
  @queue_priority
end