# File lib/fog/aws/parsers/auto_scaling/describe_tags.rb, line 8
          def reset
            reset_tag
            @results = { 'Tags' => [] }
            @response = { 'DescribeTagsResult' => {}, 'ResponseMetadata' => {} }
          end