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