#[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() -> DeleteGatewayRouteOutputBuilder
pub fn builder() -> DeleteGatewayRouteOutputBuilder
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 ==.source§impl RequestId for DeleteGatewayRouteOutput
impl RequestId for DeleteGatewayRouteOutput
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.