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