Struct aws_sdk_ec2::operation::disassociate_client_vpn_target_network::DisassociateClientVpnTargetNetworkOutput
source · #[non_exhaustive]pub struct DisassociateClientVpnTargetNetworkOutput { /* private fields */ }
Implementations§
source§impl DisassociateClientVpnTargetNetworkOutput
impl DisassociateClientVpnTargetNetworkOutput
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The ID of the target network association.
sourcepub fn status(&self) -> Option<&AssociationStatus>
pub fn status(&self) -> Option<&AssociationStatus>
The current state of the target network association.
source§impl DisassociateClientVpnTargetNetworkOutput
impl DisassociateClientVpnTargetNetworkOutput
sourcepub fn builder() -> DisassociateClientVpnTargetNetworkOutputBuilder
pub fn builder() -> DisassociateClientVpnTargetNetworkOutputBuilder
Creates a new builder-style object to manufacture DisassociateClientVpnTargetNetworkOutput
.
Trait Implementations§
source§impl Clone for DisassociateClientVpnTargetNetworkOutput
impl Clone for DisassociateClientVpnTargetNetworkOutput
source§fn clone(&self) -> DisassociateClientVpnTargetNetworkOutput
fn clone(&self) -> DisassociateClientVpnTargetNetworkOutput
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<DisassociateClientVpnTargetNetworkOutput> for DisassociateClientVpnTargetNetworkOutput
impl PartialEq<DisassociateClientVpnTargetNetworkOutput> for DisassociateClientVpnTargetNetworkOutput
source§fn eq(&self, other: &DisassociateClientVpnTargetNetworkOutput) -> bool
fn eq(&self, other: &DisassociateClientVpnTargetNetworkOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DisassociateClientVpnTargetNetworkOutput
impl RequestId for DisassociateClientVpnTargetNetworkOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DisassociateClientVpnTargetNetworkOutput
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateClientVpnTargetNetworkOutput
impl Send for DisassociateClientVpnTargetNetworkOutput
impl Sync for DisassociateClientVpnTargetNetworkOutput
impl Unpin for DisassociateClientVpnTargetNetworkOutput
impl UnwindSafe for DisassociateClientVpnTargetNetworkOutput
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