class Aws::Route53::Types::GetGeoLocationRequest

A request for information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.

@note When making an API call, you may pass GetGeoLocationRequest

data as a hash:

    {
      continent_code: "GeoLocationContinentCode",
      country_code: "GeoLocationCountryCode",
      subdivision_code: "GeoLocationSubdivisionCode",
    }

@!attribute [rw] continent_code

For geolocation resource record sets, a two-letter abbreviation that
identifies a continent. Amazon Route 53 supports the following
continent codes:

* **AF**\: Africa

* **AN**\: Antarctica

* **AS**\: Asia

* **EU**\: Europe

* **OC**\: Oceania

* **NA**\: North America

* **SA**\: South America
@return [String]

@!attribute [rw] country_code

Amazon Route 53 uses the two-letter country codes that are specified
in [ISO standard 3166-1 alpha-2][1].

[1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
@return [String]

@!attribute [rw] subdivision_code

The code for the subdivision, such as a particular state within the
United States. For a list of US state abbreviations, see [Appendix
B: Two–Letter State and Possession Abbreviations][1] on the United
States Postal Service website. For a list of all supported
subdivision codes, use the [ListGeoLocations][2] API.

[1]: https://pe.usps.com/text/pub28/28apb.htm
[2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListGeoLocations.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetGeoLocationRequest AWS API Documentation

Constants

SENSITIVE