Enum rusoto_core::region::Region [] [src]

pub enum Region {
    ApNortheast1,
    ApNortheast2,
    ApSouth1,
    ApSoutheast1,
    ApSoutheast2,
    CaCentral1,
    EuCentral1,
    EuWest1,
    EuWest2,
    SaEast1,
    UsEast1,
    UsEast2,
    UsWest1,
    UsWest2,
    CnNorth1,
}

An AWS region. CnNorth1 is currently untested due to Rusoto maintainers not having access to AWS China.

Variants

Trait Implementations

impl Copy for Region
[src]

impl Clone for Region
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Region
[src]

Formats the value using the given formatter.

impl PartialEq for Region
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Region
[src]

Formats the value using the given formatter. Read more

impl FromStr for Region
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more