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