# File lib/AWS/EC2/subnets.rb, line 11
11:       def describe_subnets( options = {} )
12:         options = { :subnet_id => [] }.merge(options)
13:         params = pathlist("SubnetId", options[:subnet_id] )
14:         return response_generator(:action => "DescribeSubnets", :params => params)
15:       end