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