# File lib/fog/aws/parsers/compute/describe_classic_link_instances.rb, line 6
          def reset
            @instance = { 'tagSet' => {}, 'groups' => [] }
            @response = { 'instancesSet' => [] }
            @tag = {}
            @group = {}
          end