@param [String] id Returns the collection member with the given id.
# File lib/aws/ec2/collection.rb, line 24 def [] id member_class.new(id.to_s, :config => config) end
# File lib/aws/ec2/collection.rb, line 29 def member_class raise NotImplementedError end