Struct aws_sdk_ec2::operation::disassociate_transit_gateway_route_table::DisassociateTransitGatewayRouteTableOutput
source · #[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() -> DisassociateTransitGatewayRouteTableOutputBuilder
pub fn builder() -> DisassociateTransitGatewayRouteTableOutputBuilder
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 ==.source§impl RequestId for DisassociateTransitGatewayRouteTableOutput
impl RequestId for DisassociateTransitGatewayRouteTableOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.