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