# File lib/fog/aws/parsers/rds/tag_list_parser.rb, line 9 def reset @this_key = nil @this_value = nil @tags = Hash.new @response = {'ListTagsForResourceResult' => {'TagList' => {}}} end