Struct aws_sdk_ec2::model::NetworkAclAssociation
source · #[non_exhaustive]pub struct NetworkAclAssociation { /* private fields */ }
Expand description
Describes an association between a network ACL and a subnet.
Implementations§
source§impl NetworkAclAssociation
impl NetworkAclAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkAclAssociation
.
Trait Implementations§
source§impl Clone for NetworkAclAssociation
impl Clone for NetworkAclAssociation
source§fn clone(&self) -> NetworkAclAssociation
fn clone(&self) -> NetworkAclAssociation
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 Debug for NetworkAclAssociation
impl Debug for NetworkAclAssociation
source§impl PartialEq<NetworkAclAssociation> for NetworkAclAssociation
impl PartialEq<NetworkAclAssociation> for NetworkAclAssociation
source§fn eq(&self, other: &NetworkAclAssociation) -> bool
fn eq(&self, other: &NetworkAclAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.