Struct rusoto_route53::GeoLocationDetails [] [src]

pub struct GeoLocationDetails {
    pub continent_code: Option<String>,
    pub continent_name: Option<String>,
    pub country_code: Option<String>,
    pub country_name: Option<String>,
    pub subdivision_code: Option<String>,
    pub subdivision_name: Option<String>,
}

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

Fields

The two-letter code for the continent.

The full name of the continent.

The two-letter code for the country.

The name of the country.

The code for the subdivision, for example, a state in the United States or a province in Canada.

The full name of the subdivision, for example, a state in the United States or a province in Canada.

Trait Implementations

impl Default for GeoLocationDetails
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for GeoLocationDetails
[src]

[src]

Formats the value using the given formatter.