# File lib/fog/aws/parsers/compute/describe_spot_price_history.rb, line 8
          def reset
            @spot_price = {}
            @response = { 'spotPriceHistorySet' => [] }
          end