Struct aws_sdk_appmesh::output::ListRoutesOutput
source · #[non_exhaustive]pub struct ListRoutesOutput { /* private fields */ }
Implementations§
source§impl ListRoutesOutput
impl ListRoutesOutput
sourcepub fn routes(&self) -> Option<&[RouteRef]>
pub fn routes(&self) -> Option<&[RouteRef]>
The list of existing routes for the specified service mesh and virtual router.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken
value to include in a future ListRoutes
request. When the results of a ListRoutes
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 ListRoutesOutput
impl ListRoutesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRoutesOutput
.
Trait Implementations§
source§impl Clone for ListRoutesOutput
impl Clone for ListRoutesOutput
source§fn clone(&self) -> ListRoutesOutput
fn clone(&self) -> ListRoutesOutput
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 ListRoutesOutput
impl Debug for ListRoutesOutput
source§impl PartialEq<ListRoutesOutput> for ListRoutesOutput
impl PartialEq<ListRoutesOutput> for ListRoutesOutput
source§fn eq(&self, other: &ListRoutesOutput) -> bool
fn eq(&self, other: &ListRoutesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.