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