# File lib/fog/aws/parsers/compute/describe_vpc_classic_link.rb, line 6 def reset @vpc = { 'tagSet' => {} } @response = { 'vpcSet' => [] } @tag = {} end