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