pub struct NetworkAclAssociationResult {
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.
Auto Trait Implementations§
impl Freeze for NetworkAclAssociationResult
impl RefUnwindSafe for NetworkAclAssociationResult
impl Send for NetworkAclAssociationResult
impl Sync for NetworkAclAssociationResult
impl Unpin for NetworkAclAssociationResult
impl UnwindSafe for NetworkAclAssociationResult
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