Class: Aws::Types::ListGeoLocationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def max_items
  @max_items
end

#start_continent_code::String

Returns the value of attribute start_continent_code.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def start_continent_code
  @start_continent_code
end

#start_country_code::String

Returns the value of attribute start_country_code.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def start_country_code
  @start_country_code
end

#start_subdivision_code::String

Returns the value of attribute start_subdivision_code.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def start_subdivision_code
  @start_subdivision_code
end