pub struct DisassociateClientVpnTargetNetworkRequest {
pub association_id: String,
pub client_vpn_endpoint_id: String,
pub dry_run: Option<bool>,
}Fields§
§association_id: StringThe ID of the target network association.
client_vpn_endpoint_id: StringThe ID of the Client VPN endpoint from which to disassociate the target network.
dry_run: Option<bool>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Trait Implementations§
Source§impl Clone for DisassociateClientVpnTargetNetworkRequest
impl Clone for DisassociateClientVpnTargetNetworkRequest
Source§fn clone(&self) -> DisassociateClientVpnTargetNetworkRequest
fn clone(&self) -> DisassociateClientVpnTargetNetworkRequest
Returns a duplicate 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 Default for DisassociateClientVpnTargetNetworkRequest
impl Default for DisassociateClientVpnTargetNetworkRequest
Source§fn default() -> DisassociateClientVpnTargetNetworkRequest
fn default() -> DisassociateClientVpnTargetNetworkRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisassociateClientVpnTargetNetworkRequest
impl PartialEq for DisassociateClientVpnTargetNetworkRequest
Source§fn eq(&self, other: &DisassociateClientVpnTargetNetworkRequest) -> bool
fn eq(&self, other: &DisassociateClientVpnTargetNetworkRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisassociateClientVpnTargetNetworkRequest
Auto Trait Implementations§
impl Freeze for DisassociateClientVpnTargetNetworkRequest
impl RefUnwindSafe for DisassociateClientVpnTargetNetworkRequest
impl Send for DisassociateClientVpnTargetNetworkRequest
impl Sync for DisassociateClientVpnTargetNetworkRequest
impl Unpin for DisassociateClientVpnTargetNetworkRequest
impl UnwindSafe for DisassociateClientVpnTargetNetworkRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more