Class: Aws::Types::ListQueueLimitAssociationsResponse

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)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def next_token
  @next_token
end

#queue_limit_associations::Array[Types::QueueLimitAssociationSummary]

Returns the value of attribute queue_limit_associations.



2171
2172
2173
# File 'sig/types.rbs', line 2171

def queue_limit_associations
  @queue_limit_associations
end