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

Class: Aws::Route53::Types::GeoLocationDetails

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#continent_codeString

The two-letter code for the continent.

Returns:

  • (String)

    The two-letter code for the continent.

#continent_nameString

The full name of the continent.

Returns:

  • (String)

    The full name of the continent.

#country_codeString

The two-letter code for the country.

Returns:

  • (String)

    The two-letter code for the country.

#country_nameString

The name of the country.

Returns:

  • (String)

    The name of the country.

#subdivision_codeString

The code for the subdivision. Route 53 currently supports only states in the United States.

Returns:

  • (String)

    The code for the subdivision.

#subdivision_nameString

The full name of the subdivision. Route 53 currently supports only states in the United States.

Returns:

  • (String)

    The full name of the subdivision.