#[non_exhaustive]pub struct CreateTransitGatewayPeeringOutput { /* private fields */ }Implementations§
source§impl CreateTransitGatewayPeeringOutput
impl CreateTransitGatewayPeeringOutput
sourcepub fn transit_gateway_peering(&self) -> Option<&TransitGatewayPeering>
pub fn transit_gateway_peering(&self) -> Option<&TransitGatewayPeering>
Returns information about the transit gateway peering connection request.
source§impl CreateTransitGatewayPeeringOutput
impl CreateTransitGatewayPeeringOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayPeeringOutput.
Trait Implementations§
source§impl Clone for CreateTransitGatewayPeeringOutput
impl Clone for CreateTransitGatewayPeeringOutput
source§fn clone(&self) -> CreateTransitGatewayPeeringOutput
fn clone(&self) -> CreateTransitGatewayPeeringOutput
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 more