# File lib/fog/aws/parsers/compute/describe_route_tables.rb, line 6
          def reset
            @association = { 'routeTableAssociationId' => nil, 'routeTableId' => nil, 'subnetId' => nil, 'main' => false }
            @in_association_set = false
            @in_route_set = false
            @route = { 'destinationCidrBlock' => nil, 'gatewayId' => nil, 'instanceId' => nil, 'instanceOwnerId' => nil, 'networkInterfaceId' => nil, 'vpcPeeringConnectionId' => nil, 'natGatewayId' => nil, 'state' => nil, 'origin' => nil }
            @response = { 'routeTableSet' => [] }
            @tag = {}
            @route_table = { 'associationSet' => [], 'tagSet' => {}, 'routeSet' => [] }
          end