Struct rusoto_route53::GeoLocation [] [src]

pub struct GeoLocation {
    pub continent_code: Option<String>,
    pub country_code: Option<String>,
    pub subdivision_code: Option<String>,
}

A complex type that contains information about a geo location.

Fields

The two-letter code for the continent.

Valid values: AF | AN | AS | EU | OC | NA | SA

Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

The two-letter code for the country.

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

Trait Implementations

impl Default for GeoLocation
[src]

[src]

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

impl Debug for GeoLocation
[src]

[src]

Formats the value using the given formatter.