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