Struct aws_sdk_ec2::input::DeleteClientVpnEndpointInput
source · [−]#[non_exhaustive]pub struct DeleteClientVpnEndpointInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DeleteClientVpnEndpointInput
impl Clone for DeleteClientVpnEndpointInput
sourcefn clone(&self) -> DeleteClientVpnEndpointInput
fn clone(&self) -> DeleteClientVpnEndpointInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteClientVpnEndpointInput
impl Debug for DeleteClientVpnEndpointInput
sourceimpl PartialEq<DeleteClientVpnEndpointInput> for DeleteClientVpnEndpointInput
impl PartialEq<DeleteClientVpnEndpointInput> for DeleteClientVpnEndpointInput
sourcefn eq(&self, other: &DeleteClientVpnEndpointInput) -> bool
fn eq(&self, other: &DeleteClientVpnEndpointInput) -> bool
impl StructuralPartialEq for DeleteClientVpnEndpointInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteClientVpnEndpointInput
impl Send for DeleteClientVpnEndpointInput
impl Sync for DeleteClientVpnEndpointInput
impl Unpin for DeleteClientVpnEndpointInput
impl UnwindSafe for DeleteClientVpnEndpointInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more