# File lib/fog/aws/parsers/dns/list_health_checks.rb, line 6
          def reset
            @health_checks = []
            @health_check = {}
            @health_check_config = {}
            @response = {}
          end