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