# File lib/aws/ec2/subnet.rb, line 80
      def network_acl_association
        associations = AWS.memoize { vpc.network_acls.map(&:associations) }.flatten
        associations.first{|a| a.subnet == self }
      end