# File lib/fog/aws/models/compute/subnets.rb, line 89 def get(subnet_id) if subnet_id self.class.new(:service => service).all('subnet-id' => subnet_id).first end end