pub struct NetworkAclAssociationArgs {
pub network_acl_id: Output<String>,
pub subnet_id: Output<String>,
}
Fields§
§network_acl_id: Output<String>
The ID of the network ACL.
subnet_id: Output<String>
The ID of the associated Subnet.
Implementations§
source§impl NetworkAclAssociationArgs
impl NetworkAclAssociationArgs
sourcepub fn builder() -> NetworkAclAssociationArgsBuilder
pub fn builder() -> NetworkAclAssociationArgsBuilder
Create an instance of NetworkAclAssociationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for NetworkAclAssociationArgs
impl Clone for NetworkAclAssociationArgs
source§fn clone(&self) -> NetworkAclAssociationArgs
fn clone(&self) -> NetworkAclAssociationArgs
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 moreAuto Trait Implementations§
impl Freeze for NetworkAclAssociationArgs
impl RefUnwindSafe for NetworkAclAssociationArgs
impl Send for NetworkAclAssociationArgs
impl Sync for NetworkAclAssociationArgs
impl Unpin for NetworkAclAssociationArgs
impl UnwindSafe for NetworkAclAssociationArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)