Struct rusoto_route53::GeoLocation [] [src]

pub struct GeoLocation {
    pub continent_code: Option<GeoLocationContinentCode>,
    pub country_code: Option<GeoLocationCountryCode>,
    pub subdivision_code: Option<GeoLocationSubdivisionCode>,
}

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]

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

impl Clone for GeoLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GeoLocation
[src]

Formats the value using the given formatter.