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