Struct aws_sdk_appmesh::output::ListVirtualGatewaysOutput
source · #[non_exhaustive]pub struct ListVirtualGatewaysOutput { /* private fields */ }
Implementations§
source§impl ListVirtualGatewaysOutput
impl ListVirtualGatewaysOutput
sourcepub fn virtual_gateways(&self) -> Option<&[VirtualGatewayRef]>
pub fn virtual_gateways(&self) -> Option<&[VirtualGatewayRef]>
The list of existing virtual gateways 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 ListVirtualGateways
request. When the results of a ListVirtualGateways
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 ListVirtualGatewaysOutput
impl ListVirtualGatewaysOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListVirtualGatewaysOutput
.
Trait Implementations§
source§impl Clone for ListVirtualGatewaysOutput
impl Clone for ListVirtualGatewaysOutput
source§fn clone(&self) -> ListVirtualGatewaysOutput
fn clone(&self) -> ListVirtualGatewaysOutput
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 ListVirtualGatewaysOutput
impl Debug for ListVirtualGatewaysOutput
source§impl PartialEq<ListVirtualGatewaysOutput> for ListVirtualGatewaysOutput
impl PartialEq<ListVirtualGatewaysOutput> for ListVirtualGatewaysOutput
source§fn eq(&self, other: &ListVirtualGatewaysOutput) -> bool
fn eq(&self, other: &ListVirtualGatewaysOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.