# File lib/fog/aws/parsers/cloud_watch/list_metrics.rb, line 8
          def reset
            @response = { 'ListMetricsResult' => {'Metrics' => []}, 'ResponseMetadata' => {} }
            reset_metric
          end