You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::ListGeoLocationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A complex type containing the response information for the request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#geo_location_details_listArray<Types::GeoLocationDetails>

A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

Returns:

  • (Array<Types::GeoLocationDetails>)

    A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

#is_truncatedBoolean

A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the startcontinentcode, startcountrycode, and startsubdivisioncode, as applicable.

Returns:

  • (Boolean)

    A value that indicates whether more locations remain to be listed after the last location in this response.

#max_itemsInteger

The value that you specified for MaxItems in the request.

Returns:

  • (Integer)

    The value that you specified for MaxItems in the request.

#next_continent_codeString

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the startcontinentcode parameter in another ListGeoLocations request.

Returns:

  • (String)

    If IsTruncated is true, you can make a follow-up request to display more locations.

#next_country_codeString

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the startcountrycode parameter in another ListGeoLocations request.

Returns:

  • (String)

    If IsTruncated is true, you can make a follow-up request to display more locations.

#next_subdivision_codeString

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the startsubdivisioncode parameter in another ListGeoLocations request.

Returns:

  • (String)

    If IsTruncated is true, you can make a follow-up request to display more locations.