#[non_exhaustive]pub struct AwsEc2NetworkAclAssociation {
pub network_acl_association_id: Option<String>,
pub network_acl_id: Option<String>,
pub subnet_id: Option<String>,
}Expand description
An association between the network ACL and a subnet.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.network_acl_association_id: Option<String>The identifier of the association between the network ACL and the subnet.
network_acl_id: Option<String>The identifier of the network ACL.
subnet_id: Option<String>The identifier of the subnet that is associated with the network ACL.
Implementations
The identifier of the association between the network ACL and the subnet.
The identifier of the network ACL.
Creates a new builder-style object to manufacture AwsEc2NetworkAclAssociation
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AwsEc2NetworkAclAssociation
impl Send for AwsEc2NetworkAclAssociation
impl Sync for AwsEc2NetworkAclAssociation
impl Unpin for AwsEc2NetworkAclAssociation
impl UnwindSafe for AwsEc2NetworkAclAssociation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more