Struct rusoto_directconnect::Locations[][src]

pub struct Locations {
    pub locations: Option<Vec<Location>>,
}

A location is a network facility where AWS Direct Connect routers are available to be connected. Generally, these are colocation hubs where many network providers have equipment, and where cross connects can be delivered. Locations include a name and facility code, and must be provided when creating a connection.

Fields

A list of colocation hubs where network providers have equipment. Most regions have multiple locations available.

Trait Implementations

impl Default for Locations
[src]

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

impl Debug for Locations
[src]

Formats the value using the given formatter. Read more

impl Clone for Locations
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Locations
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Locations

impl Sync for Locations