# File lib/fog/compute/parsers/aws/describe_snapshots.rb, line 8
          def reset
            @response = { 'snapshotSet' => [] }
            @snapshot = { 'tagSet' => {} }
            @tag = {}
          end