# File lib/fog/aws/parsers/ses/get_send_statistics.rb, line 8
          def reset
            @response = { 'SendDataPoints' => [], 'ResponseMetadata' => {} }
            @send_data_point = {}
          end