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