#[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() -> Builder
pub fn builder() -> Builder
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 more