Struct cfn::aws::route53::record_set::GeoLocation [] [src]

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

Fields

Property ContinentCode.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property CountryCode.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property SubdivisionCode.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for GeoLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for GeoLocation
[src]

[src]

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

Auto Trait Implementations

impl Send for GeoLocation

impl Sync for GeoLocation