class Aws::SecurityHub::Types::AwsEc2NetworkAclAssociation

An association between the network ACL and a subnet.

@note When making an API call, you may pass AwsEc2NetworkAclAssociation

data as a hash:

    {
      network_acl_association_id: "NonEmptyString",
      network_acl_id: "NonEmptyString",
      subnet_id: "NonEmptyString",
    }

@!attribute [rw] network_acl_association_id

The identifier of the association between the network ACL and the
subnet.
@return [String]

@!attribute [rw] network_acl_id

The identifier of the network ACL.
@return [String]

@!attribute [rw] subnet_id

The identifier of the subnet that is associated with the network
ACL.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2NetworkAclAssociation AWS API Documentation

Constants

SENSITIVE