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