Method: AWS::EC2::Subnet#network_acl

Defined in:
lib/aws/ec2/subnet.rb

#network_aclNetworkACL

Returns the network ACL currently assigned to this subnet.

Returns:

  • (NetworkACL)

    Returns the network ACL currently assigned to this subnet.



67
68
69
# File 'lib/aws/ec2/subnet.rb', line 67

def network_acl
  network_acl_association.network_acl
end