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