Struct aws_sdk_appmesh::output::CreateGatewayRouteOutput
source · #[non_exhaustive]pub struct CreateGatewayRouteOutput { /* private fields */ }
Implementations§
source§impl CreateGatewayRouteOutput
impl CreateGatewayRouteOutput
sourcepub fn gateway_route(&self) -> Option<&GatewayRouteData>
pub fn gateway_route(&self) -> Option<&GatewayRouteData>
The full description of your gateway route following the create call.
source§impl CreateGatewayRouteOutput
impl CreateGatewayRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateGatewayRouteOutput
.
Trait Implementations§
source§impl Clone for CreateGatewayRouteOutput
impl Clone for CreateGatewayRouteOutput
source§fn clone(&self) -> CreateGatewayRouteOutput
fn clone(&self) -> CreateGatewayRouteOutput
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 Debug for CreateGatewayRouteOutput
impl Debug for CreateGatewayRouteOutput
source§impl PartialEq<CreateGatewayRouteOutput> for CreateGatewayRouteOutput
impl PartialEq<CreateGatewayRouteOutput> for CreateGatewayRouteOutput
source§fn eq(&self, other: &CreateGatewayRouteOutput) -> bool
fn eq(&self, other: &CreateGatewayRouteOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.