Struct aws_sdk_ec2::operation::search_transit_gateway_routes::SearchTransitGatewayRoutesOutput
source · #[non_exhaustive]pub struct SearchTransitGatewayRoutesOutput { /* private fields */ }Implementations§
source§impl SearchTransitGatewayRoutesOutput
impl SearchTransitGatewayRoutesOutput
sourcepub fn routes(&self) -> Option<&[TransitGatewayRoute]>
pub fn routes(&self) -> Option<&[TransitGatewayRoute]>
Information about the routes.
sourcepub fn additional_routes_available(&self) -> Option<bool>
pub fn additional_routes_available(&self) -> Option<bool>
Indicates whether there are additional routes available.
source§impl SearchTransitGatewayRoutesOutput
impl SearchTransitGatewayRoutesOutput
sourcepub fn builder() -> SearchTransitGatewayRoutesOutputBuilder
pub fn builder() -> SearchTransitGatewayRoutesOutputBuilder
Creates a new builder-style object to manufacture SearchTransitGatewayRoutesOutput.
Trait Implementations§
source§impl Clone for SearchTransitGatewayRoutesOutput
impl Clone for SearchTransitGatewayRoutesOutput
source§fn clone(&self) -> SearchTransitGatewayRoutesOutput
fn clone(&self) -> SearchTransitGatewayRoutesOutput
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<SearchTransitGatewayRoutesOutput> for SearchTransitGatewayRoutesOutput
impl PartialEq<SearchTransitGatewayRoutesOutput> for SearchTransitGatewayRoutesOutput
source§fn eq(&self, other: &SearchTransitGatewayRoutesOutput) -> bool
fn eq(&self, other: &SearchTransitGatewayRoutesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SearchTransitGatewayRoutesOutput
impl RequestId for SearchTransitGatewayRoutesOutput
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.