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