pub struct ClientVpnTargetNetworkAssociation { /* private fields */ }Expand description
The AWS::EC2::ClientVpnTargetNetworkAssociation resource type.
Trait Implementations§
Source§impl Default for ClientVpnTargetNetworkAssociation
impl Default for ClientVpnTargetNetworkAssociation
Source§fn default() -> ClientVpnTargetNetworkAssociation
fn default() -> ClientVpnTargetNetworkAssociation
Returns the “default value” for a type. Read more
Source§impl From<ClientVpnTargetNetworkAssociationProperties> for ClientVpnTargetNetworkAssociation
impl From<ClientVpnTargetNetworkAssociationProperties> for ClientVpnTargetNetworkAssociation
Source§fn from(
properties: ClientVpnTargetNetworkAssociationProperties,
) -> ClientVpnTargetNetworkAssociation
fn from( properties: ClientVpnTargetNetworkAssociationProperties, ) -> ClientVpnTargetNetworkAssociation
Converts to this type from the input type.
Source§impl Resource for ClientVpnTargetNetworkAssociation
impl Resource for ClientVpnTargetNetworkAssociation
Source§const TYPE: &'static str = "AWS::EC2::ClientVpnTargetNetworkAssociation"
const TYPE: &'static str = "AWS::EC2::ClientVpnTargetNetworkAssociation"
Uniquely identifies the resource type.
Source§type Properties = ClientVpnTargetNetworkAssociationProperties
type Properties = ClientVpnTargetNetworkAssociationProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ClientVpnTargetNetworkAssociationProperties
fn properties(&self) -> &ClientVpnTargetNetworkAssociationProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ClientVpnTargetNetworkAssociationProperties
fn properties_mut(&mut self) -> &mut ClientVpnTargetNetworkAssociationProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for ClientVpnTargetNetworkAssociation
impl RefUnwindSafe for ClientVpnTargetNetworkAssociation
impl Send for ClientVpnTargetNetworkAssociation
impl Sync for ClientVpnTargetNetworkAssociation
impl Unpin for ClientVpnTargetNetworkAssociation
impl UnwindSafe for ClientVpnTargetNetworkAssociation
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