# File lib/fog/aws/parsers/cloud_watch/get_metric_statistics.rb, line 8
          def reset
            @response = { 'GetMetricStatisticsResult' => {'Datapoints' => []}, 'ResponseMetadata' => {} }
            reset_datapoint
          end