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)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def next_token
  @next_token
end

#queues::Array[Types::Queue]

Returns the value of attribute queues.

Returns:



1642
1643
1644
# File 'sig/types.rbs', line 1642

def queues
  @queues
end

#total_concurrent_jobs::Integer

Returns the value of attribute total_concurrent_jobs.

Returns:

  • (::Integer)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def total_concurrent_jobs
  @total_concurrent_jobs
end

#unallocated_concurrent_jobs::Integer

Returns the value of attribute unallocated_concurrent_jobs.

Returns:

  • (::Integer)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def unallocated_concurrent_jobs
  @unallocated_concurrent_jobs
end