pub struct ApplySecurityGroupsToClientVpnTargetNetworkResult {
pub security_group_ids: Option<Vec<String>>,
}Fields§
§security_group_ids: Option<Vec<String>>The IDs of the applied security groups.
Trait Implementations§
Source§impl Clone for ApplySecurityGroupsToClientVpnTargetNetworkResult
impl Clone for ApplySecurityGroupsToClientVpnTargetNetworkResult
Source§fn clone(&self) -> ApplySecurityGroupsToClientVpnTargetNetworkResult
fn clone(&self) -> ApplySecurityGroupsToClientVpnTargetNetworkResult
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 ApplySecurityGroupsToClientVpnTargetNetworkResult
impl Default for ApplySecurityGroupsToClientVpnTargetNetworkResult
Source§fn default() -> ApplySecurityGroupsToClientVpnTargetNetworkResult
fn default() -> ApplySecurityGroupsToClientVpnTargetNetworkResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApplySecurityGroupsToClientVpnTargetNetworkResult
impl PartialEq for ApplySecurityGroupsToClientVpnTargetNetworkResult
Source§fn eq(&self, other: &ApplySecurityGroupsToClientVpnTargetNetworkResult) -> bool
fn eq(&self, other: &ApplySecurityGroupsToClientVpnTargetNetworkResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApplySecurityGroupsToClientVpnTargetNetworkResult
Auto Trait Implementations§
impl Freeze for ApplySecurityGroupsToClientVpnTargetNetworkResult
impl RefUnwindSafe for ApplySecurityGroupsToClientVpnTargetNetworkResult
impl Send for ApplySecurityGroupsToClientVpnTargetNetworkResult
impl Sync for ApplySecurityGroupsToClientVpnTargetNetworkResult
impl Unpin for ApplySecurityGroupsToClientVpnTargetNetworkResult
impl UnwindSafe for ApplySecurityGroupsToClientVpnTargetNetworkResult
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