Struct aws_sdk_directconnect::model::Location
source · [−]#[non_exhaustive]pub struct Location {
pub location_code: Option<String>,
pub location_name: Option<String>,
pub region: Option<String>,
pub available_port_speeds: Option<Vec<String>>,
pub available_providers: Option<Vec<String>>,
pub available_mac_sec_port_speeds: Option<Vec<String>>,
}Expand description
Information about an Direct Connect location.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.location_code: Option<String>The code for the location.
location_name: Option<String>The name of the location. This includes the name of the colocation partner and the physical site of the building.
region: Option<String>The Amazon Web Services Region for the location.
available_port_speeds: Option<Vec<String>>The available port speeds for the location.
available_providers: Option<Vec<String>>The name of the service provider for the location.
available_mac_sec_port_speeds: Option<Vec<String>>The available MAC Security (MACsec) port speeds for the location.
Implementations
The code for the location.
The name of the location. This includes the name of the colocation partner and the physical site of the building.
The available port speeds for the location.
The name of the service provider for the location.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Location
impl UnwindSafe for Location
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more