#[non_exhaustive]pub struct DisableTransitGatewayRouteTablePropagationOutput { /* private fields */ }
Implementations§
source§impl DisableTransitGatewayRouteTablePropagationOutput
impl DisableTransitGatewayRouteTablePropagationOutput
sourcepub fn propagation(&self) -> Option<&TransitGatewayPropagation>
pub fn propagation(&self) -> Option<&TransitGatewayPropagation>
Information about route propagation.
source§impl DisableTransitGatewayRouteTablePropagationOutput
impl DisableTransitGatewayRouteTablePropagationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableTransitGatewayRouteTablePropagationOutput
.
Trait Implementations§
source§impl Clone for DisableTransitGatewayRouteTablePropagationOutput
impl Clone for DisableTransitGatewayRouteTablePropagationOutput
source§fn clone(&self) -> DisableTransitGatewayRouteTablePropagationOutput
fn clone(&self) -> DisableTransitGatewayRouteTablePropagationOutput
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