Class: Aws::Types::DeviceQueueInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#queue ⇒ "QUANTUM_TASKS_QUEUE", "JOBS_QUEUE"

Returns the value of attribute queue.

Returns:

  • ("QUANTUM_TASKS_QUEUE", "JOBS_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.

Returns:

  • ("Normal", "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.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def queue_size
  @queue_size
end