Class: Aws::Types::ListQueuesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#list_by"NAME", "CREATION_DATE"

Returns the value of attribute list_by.

Returns:

  • ("NAME", "CREATION_DATE")


1654
1655
1656
# File 'sig/types.rbs', line 1654

def list_by
  @list_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def next_token
  @next_token
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


1657
1658
1659
# File 'sig/types.rbs', line 1657

def order
  @order
end