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