Class: Aws::Types::ListQueuesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def next_token
  @next_token
end

#queues::Array[Types::Queue]

Returns the value of attribute queues.

Returns:



1663
1664
1665
# File 'sig/types.rbs', line 1663

def queues
  @queues
end

#total_concurrent_jobs::Integer

Returns the value of attribute total_concurrent_jobs.

Returns:

  • (::Integer)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def total_concurrent_jobs
  @total_concurrent_jobs
end

#unallocated_concurrent_jobs::Integer

Returns the value of attribute unallocated_concurrent_jobs.

Returns:

  • (::Integer)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def unallocated_concurrent_jobs
  @unallocated_concurrent_jobs
end