#[non_exhaustive]pub struct EnableTransitGatewayRouteTablePropagationOutput { /* private fields */ }
Implementations§
source§impl EnableTransitGatewayRouteTablePropagationOutput
impl EnableTransitGatewayRouteTablePropagationOutput
sourcepub fn propagation(&self) -> Option<&TransitGatewayPropagation>
pub fn propagation(&self) -> Option<&TransitGatewayPropagation>
Information about route propagation.
source§impl EnableTransitGatewayRouteTablePropagationOutput
impl EnableTransitGatewayRouteTablePropagationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableTransitGatewayRouteTablePropagationOutput
.
Trait Implementations§
source§impl Clone for EnableTransitGatewayRouteTablePropagationOutput
impl Clone for EnableTransitGatewayRouteTablePropagationOutput
source§fn clone(&self) -> EnableTransitGatewayRouteTablePropagationOutput
fn clone(&self) -> EnableTransitGatewayRouteTablePropagationOutput
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 PartialEq<EnableTransitGatewayRouteTablePropagationOutput> for EnableTransitGatewayRouteTablePropagationOutput
impl PartialEq<EnableTransitGatewayRouteTablePropagationOutput> for EnableTransitGatewayRouteTablePropagationOutput
source§fn eq(&self, other: &EnableTransitGatewayRouteTablePropagationOutput) -> bool
fn eq(&self, other: &EnableTransitGatewayRouteTablePropagationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.