#[non_exhaustive]pub struct AssociateClientVpnTargetNetworkOutput { /* private fields */ }
Implementations§
source§impl AssociateClientVpnTargetNetworkOutput
impl AssociateClientVpnTargetNetworkOutput
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The unique 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 AssociateClientVpnTargetNetworkOutput
impl AssociateClientVpnTargetNetworkOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateClientVpnTargetNetworkOutput
.
Trait Implementations§
source§impl Clone for AssociateClientVpnTargetNetworkOutput
impl Clone for AssociateClientVpnTargetNetworkOutput
source§fn clone(&self) -> AssociateClientVpnTargetNetworkOutput
fn clone(&self) -> AssociateClientVpnTargetNetworkOutput
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<AssociateClientVpnTargetNetworkOutput> for AssociateClientVpnTargetNetworkOutput
impl PartialEq<AssociateClientVpnTargetNetworkOutput> for AssociateClientVpnTargetNetworkOutput
source§fn eq(&self, other: &AssociateClientVpnTargetNetworkOutput) -> bool
fn eq(&self, other: &AssociateClientVpnTargetNetworkOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.