class Aws::Route53::Types::GeoLocationDetails

A complex type that contains the codes and full continent, country, and subdivision names for the specified `geolocation` code.

@!attribute [rw] continent_code

The two-letter code for the continent.
@return [String]

@!attribute [rw] continent_name

The full name of the continent.
@return [String]

@!attribute [rw] country_code

The two-letter code for the country.
@return [String]

@!attribute [rw] country_name

The name of the country.
@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]

@!attribute [rw] subdivision_name

The full name of the subdivision. Route 53 currently supports only
states in the United States.
@return [String]

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

Constants

SENSITIVE