Struct aws_sdk_ec2::output::DeleteClientVpnEndpointOutput
source · #[non_exhaustive]pub struct DeleteClientVpnEndpointOutput { /* private fields */ }
Implementations§
source§impl DeleteClientVpnEndpointOutput
impl DeleteClientVpnEndpointOutput
sourcepub fn status(&self) -> Option<&ClientVpnEndpointStatus>
pub fn status(&self) -> Option<&ClientVpnEndpointStatus>
The current state of the Client VPN endpoint.
source§impl DeleteClientVpnEndpointOutput
impl DeleteClientVpnEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteClientVpnEndpointOutput
.
Trait Implementations§
source§impl Clone for DeleteClientVpnEndpointOutput
impl Clone for DeleteClientVpnEndpointOutput
source§fn clone(&self) -> DeleteClientVpnEndpointOutput
fn clone(&self) -> DeleteClientVpnEndpointOutput
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<DeleteClientVpnEndpointOutput> for DeleteClientVpnEndpointOutput
impl PartialEq<DeleteClientVpnEndpointOutput> for DeleteClientVpnEndpointOutput
source§fn eq(&self, other: &DeleteClientVpnEndpointOutput) -> bool
fn eq(&self, other: &DeleteClientVpnEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.