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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

Instance Attribute Details

#continent_codeString

The two-letter code for the continent.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2425

class GeoLocationDetails < Struct.new(
  :continent_code,
  :continent_name,
  :country_code,
  :country_name,
  :subdivision_code,
  :subdivision_name)
  SENSITIVE = []
  include Aws::Structure
end

#continent_nameString

The full name of the continent.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2425

class GeoLocationDetails < Struct.new(
  :continent_code,
  :continent_name,
  :country_code,
  :country_name,
  :subdivision_code,
  :subdivision_name)
  SENSITIVE = []
  include Aws::Structure
end

#country_codeString

The two-letter code for the country.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2425

class GeoLocationDetails < Struct.new(
  :continent_code,
  :continent_name,
  :country_code,
  :country_name,
  :subdivision_code,
  :subdivision_name)
  SENSITIVE = []
  include Aws::Structure
end

#country_nameString

The name of the country.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2425

class GeoLocationDetails < Struct.new(
  :continent_code,
  :continent_name,
  :country_code,
  :country_name,
  :subdivision_code,
  :subdivision_name)
  SENSITIVE = []
  include Aws::Structure
end

#subdivision_codeString

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.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2425

class GeoLocationDetails < Struct.new(
  :continent_code,
  :continent_name,
  :country_code,
  :country_name,
  :subdivision_code,
  :subdivision_name)
  SENSITIVE = []
  include Aws::Structure
end

#subdivision_nameString

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

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2425

class GeoLocationDetails < Struct.new(
  :continent_code,
  :continent_name,
  :country_code,
  :country_name,
  :subdivision_code,
  :subdivision_name)
  SENSITIVE = []
  include Aws::Structure
end