# File lib/aws/ec2/region.rb, line 82 def find_in_response(resp) resp.region_info.find { |r| r.region_name == name } end