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.impl StructuralPartialEq for DisassociateTransitGatewayRouteTableOutput
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateTransitGatewayRouteTableOutput
impl Send for DisassociateTransitGatewayRouteTableOutput
impl Sync for DisassociateTransitGatewayRouteTableOutput
impl Unpin for DisassociateTransitGatewayRouteTableOutput
impl UnwindSafe for DisassociateTransitGatewayRouteTableOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more