#[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() -> Builder
pub fn builder() -> Builder
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 ==
.