Class: Aws::Types::HybridJobQueueInfo

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)


256
257
258
# File 'sig/types.rbs', line 256

def message
  @message
end

#position ⇒ ::String

Returns the value of attribute position.

Returns:

  • (::String)


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.

Returns:

  • ("QUANTUM_TASKS_QUEUE", "JOBS_QUEUE")


254
255
256
# File 'sig/types.rbs', line 254

def queue
  @queue
end