Struct aws_sdk_directconnect::model::RouteFilterPrefix
source · #[non_exhaustive]pub struct RouteFilterPrefix { /* private fields */ }Expand description
Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.
Implementations§
source§impl RouteFilterPrefix
impl RouteFilterPrefix
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RouteFilterPrefix.
Trait Implementations§
source§impl Clone for RouteFilterPrefix
impl Clone for RouteFilterPrefix
source§fn clone(&self) -> RouteFilterPrefix
fn clone(&self) -> RouteFilterPrefix
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more