Class: Aws::Types::ListLocationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[("AWS" | "CUSTOM")]

Returns the value of attribute filters.

Returns:

  • (::Array[("AWS" | "CUSTOM")])


1660
1661
1662
# File 'sig/types.rbs', line 1660

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


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

def limit
  @limit
end

#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