#[non_exhaustive]pub struct DescribeClientVpnEndpointsOutput { /* private fields */ }
Implementations§
source§impl DescribeClientVpnEndpointsOutput
impl DescribeClientVpnEndpointsOutput
sourcepub fn client_vpn_endpoints(&self) -> Option<&[ClientVpnEndpoint]>
pub fn client_vpn_endpoints(&self) -> Option<&[ClientVpnEndpoint]>
Information about the Client VPN endpoints.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeClientVpnEndpointsOutput
impl DescribeClientVpnEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeClientVpnEndpointsOutput
.
Trait Implementations§
source§impl Clone for DescribeClientVpnEndpointsOutput
impl Clone for DescribeClientVpnEndpointsOutput
source§fn clone(&self) -> DescribeClientVpnEndpointsOutput
fn clone(&self) -> DescribeClientVpnEndpointsOutput
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<DescribeClientVpnEndpointsOutput> for DescribeClientVpnEndpointsOutput
impl PartialEq<DescribeClientVpnEndpointsOutput> for DescribeClientVpnEndpointsOutput
source§fn eq(&self, other: &DescribeClientVpnEndpointsOutput) -> bool
fn eq(&self, other: &DescribeClientVpnEndpointsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.