Struct rusoto_lightsail::Region [] [src]

pub struct Region {
    pub availability_zones: Option<Vec<AvailabilityZone>>,
    pub continent_code: Option<String>,
    pub description: Option<String>,
    pub display_name: Option<String>,
    pub name: Option<String>,
}

Describes the AWS Region.

Fields

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

The continent code (e.g., NA, meaning North America).

The description of the AWS Region (e.g., This region is recommended to serve users in the eastern United States and eastern Canada).

The display name (e.g., Virginia).

The region name (e.g., us-east-1).

Trait Implementations

impl Default for Region
[src]

[src]

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

impl Debug for Region
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Region
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Region

impl Sync for Region