Struct aws_sdk_ec2::model::PropagatingVgw
source · #[non_exhaustive]pub struct PropagatingVgw { /* private fields */ }
Expand description
Describes a virtual private gateway propagating route.
Implementations§
source§impl PropagatingVgw
impl PropagatingVgw
sourcepub fn gateway_id(&self) -> Option<&str>
pub fn gateway_id(&self) -> Option<&str>
The ID of the virtual private gateway.
source§impl PropagatingVgw
impl PropagatingVgw
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PropagatingVgw
.
Trait Implementations§
source§impl Clone for PropagatingVgw
impl Clone for PropagatingVgw
source§fn clone(&self) -> PropagatingVgw
fn clone(&self) -> PropagatingVgw
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 moresource§impl Debug for PropagatingVgw
impl Debug for PropagatingVgw
source§impl PartialEq<PropagatingVgw> for PropagatingVgw
impl PartialEq<PropagatingVgw> for PropagatingVgw
source§fn eq(&self, other: &PropagatingVgw) -> bool
fn eq(&self, other: &PropagatingVgw) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.