Struct aws_sdk_ec2::input::DeleteClientVpnEndpointInput
source · #[non_exhaustive]pub struct DeleteClientVpnEndpointInput { /* private fields */ }
Implementations§
source§impl DeleteClientVpnEndpointInput
impl DeleteClientVpnEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClientVpnEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClientVpnEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteClientVpnEndpoint
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteClientVpnEndpointInput
.
source§impl DeleteClientVpnEndpointInput
impl DeleteClientVpnEndpointInput
sourcepub fn client_vpn_endpoint_id(&self) -> Option<&str>
pub fn client_vpn_endpoint_id(&self) -> Option<&str>
The ID of the Client VPN to be deleted.
Trait Implementations§
source§impl Clone for DeleteClientVpnEndpointInput
impl Clone for DeleteClientVpnEndpointInput
source§fn clone(&self) -> DeleteClientVpnEndpointInput
fn clone(&self) -> DeleteClientVpnEndpointInput
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 DeleteClientVpnEndpointInput
impl Debug for DeleteClientVpnEndpointInput
source§impl PartialEq<DeleteClientVpnEndpointInput> for DeleteClientVpnEndpointInput
impl PartialEq<DeleteClientVpnEndpointInput> for DeleteClientVpnEndpointInput
source§fn eq(&self, other: &DeleteClientVpnEndpointInput) -> bool
fn eq(&self, other: &DeleteClientVpnEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.