Struct aws_sdk_appmesh::output::ListGatewayRoutesOutput
source · #[non_exhaustive]pub struct ListGatewayRoutesOutput { /* private fields */ }
Implementations§
source§impl ListGatewayRoutesOutput
impl ListGatewayRoutesOutput
sourcepub fn gateway_routes(&self) -> Option<&[GatewayRouteRef]>
pub fn gateway_routes(&self) -> Option<&[GatewayRouteRef]>
The list of existing gateway routes for the specified service mesh and virtual gateway.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken
value to include in a future ListGatewayRoutes
request. When the results of a ListGatewayRoutes
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl ListGatewayRoutesOutput
impl ListGatewayRoutesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListGatewayRoutesOutput
.
Trait Implementations§
source§impl Clone for ListGatewayRoutesOutput
impl Clone for ListGatewayRoutesOutput
source§fn clone(&self) -> ListGatewayRoutesOutput
fn clone(&self) -> ListGatewayRoutesOutput
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 ListGatewayRoutesOutput
impl Debug for ListGatewayRoutesOutput
source§impl PartialEq<ListGatewayRoutesOutput> for ListGatewayRoutesOutput
impl PartialEq<ListGatewayRoutesOutput> for ListGatewayRoutesOutput
source§fn eq(&self, other: &ListGatewayRoutesOutput) -> bool
fn eq(&self, other: &ListGatewayRoutesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.