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