# File lib/fog/dns/parsers/aws/create_hosted_zone.rb, line 8 def reset @hosted_zone = {} @change_info = {} @name_servers = [] @response = {} @section = :hosted_zone end