class AWS::EC2::NetworkACL

def subnets

Returns:
  • (Array) - Returns an array of subnets ({Subnet})
def subnets
  associations.map(&:subnet)
end