Struct rusoto_lightsail::ResourceLocation [] [src]

pub struct ResourceLocation {
    pub availability_zone: Option<String>,
    pub region_name: Option<String>,
}

Describes the resource location.

Fields

The Availability Zone. Follows the format us-east-1a (case-sensitive).

The AWS Region name.

Trait Implementations

impl Default for ResourceLocation
[src]

[src]

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

impl Debug for ResourceLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResourceLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations