# File lib/fog/aws/parsers/dns/get_hosted_zone.rb, line 6
          def reset
            @hosted_zone = {}
            @name_servers = []
            @response = {}
            @section = :hosted_zone
            @vpcs = []
            @vpc = {}
          end