Class: Aws::Route53::Types::GeoLocationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GeoLocationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the codes and full continent, country, and subdivision names for the specified ‘geolocation` code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continent_code ⇒ String
The two-letter code for the continent.
-
#continent_name ⇒ String
The full name of the continent.
-
#country_code ⇒ String
The two-letter code for the country.
-
#country_name ⇒ String
The name of the country.
-
#subdivision_code ⇒ String
The code for the subdivision, such as a particular state within the United States.
-
#subdivision_name ⇒ String
The full name of the subdivision.
Instance Attribute Details
#continent_code ⇒ String
The two-letter code for the continent.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-route53/types.rb', line 2423 class GeoLocationDetails < Struct.new( :continent_code, :continent_name, :country_code, :country_name, :subdivision_code, :subdivision_name) SENSITIVE = [] include Aws::Structure end |
#continent_name ⇒ String
The full name of the continent.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-route53/types.rb', line 2423 class GeoLocationDetails < Struct.new( :continent_code, :continent_name, :country_code, :country_name, :subdivision_code, :subdivision_name) SENSITIVE = [] include Aws::Structure end |
#country_code ⇒ String
The two-letter code for the country.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-route53/types.rb', line 2423 class GeoLocationDetails < Struct.new( :continent_code, :continent_name, :country_code, :country_name, :subdivision_code, :subdivision_name) SENSITIVE = [] include Aws::Structure end |
#country_name ⇒ String
The name of the country.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-route53/types.rb', line 2423 class GeoLocationDetails < Struct.new( :continent_code, :continent_name, :country_code, :country_name, :subdivision_code, :subdivision_name) SENSITIVE = [] include Aws::Structure end |
#subdivision_code ⇒ String
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] on the United States Postal Service website. For a list of all supported subdivision codes, use the [ListGeoLocations] API.
[1]: pe.usps.com/text/pub28/28apb.htm [2]: docs.aws.amazon.com/Route53/latest/APIReference/API_ListGeoLocations.html
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-route53/types.rb', line 2423 class GeoLocationDetails < Struct.new( :continent_code, :continent_name, :country_code, :country_name, :subdivision_code, :subdivision_name) SENSITIVE = [] include Aws::Structure end |
#subdivision_name ⇒ String
The full name of the subdivision. Route 53 currently supports only states in the United States.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-route53/types.rb', line 2423 class GeoLocationDetails < Struct.new( :continent_code, :continent_name, :country_code, :country_name, :subdivision_code, :subdivision_name) SENSITIVE = [] include Aws::Structure end |