Struct aws_sdk_ec2::operation::reject_transit_gateway_peering_attachment::RejectTransitGatewayPeeringAttachmentOutput
source · #[non_exhaustive]pub struct RejectTransitGatewayPeeringAttachmentOutput { /* private fields */ }
Implementations§
source§impl RejectTransitGatewayPeeringAttachmentOutput
impl RejectTransitGatewayPeeringAttachmentOutput
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 RejectTransitGatewayPeeringAttachmentOutput
impl RejectTransitGatewayPeeringAttachmentOutput
sourcepub fn builder() -> RejectTransitGatewayPeeringAttachmentOutputBuilder
pub fn builder() -> RejectTransitGatewayPeeringAttachmentOutputBuilder
Creates a new builder-style object to manufacture RejectTransitGatewayPeeringAttachmentOutput
.
Trait Implementations§
source§impl Clone for RejectTransitGatewayPeeringAttachmentOutput
impl Clone for RejectTransitGatewayPeeringAttachmentOutput
source§fn clone(&self) -> RejectTransitGatewayPeeringAttachmentOutput
fn clone(&self) -> RejectTransitGatewayPeeringAttachmentOutput
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<RejectTransitGatewayPeeringAttachmentOutput> for RejectTransitGatewayPeeringAttachmentOutput
impl PartialEq<RejectTransitGatewayPeeringAttachmentOutput> for RejectTransitGatewayPeeringAttachmentOutput
source§fn eq(&self, other: &RejectTransitGatewayPeeringAttachmentOutput) -> bool
fn eq(&self, other: &RejectTransitGatewayPeeringAttachmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for RejectTransitGatewayPeeringAttachmentOutput
impl RequestId for RejectTransitGatewayPeeringAttachmentOutput
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 RejectTransitGatewayPeeringAttachmentOutput
Auto Trait Implementations§
impl RefUnwindSafe for RejectTransitGatewayPeeringAttachmentOutput
impl Send for RejectTransitGatewayPeeringAttachmentOutput
impl Sync for RejectTransitGatewayPeeringAttachmentOutput
impl Unpin for RejectTransitGatewayPeeringAttachmentOutput
impl UnwindSafe for RejectTransitGatewayPeeringAttachmentOutput
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