Class: Aws::Types::ListGeoLocationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#geo_location_details_list::Array[Types::GeoLocationDetails]

Returns the value of attribute geo_location_details_list.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def geo_location_details_list
  @geo_location_details_list
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def is_truncated
  @is_truncated
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def max_items
  @max_items
end

#next_continent_code::String

Returns the value of attribute next_continent_code.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def next_continent_code
  @next_continent_code
end

#next_country_code::String

Returns the value of attribute next_country_code.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def next_country_code
  @next_country_code
end

#next_subdivision_code::String

Returns the value of attribute next_subdivision_code.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def next_subdivision_code
  @next_subdivision_code
end