# File lib/aws/route_53/hosted_zone.rb, line 32
      def initialize id, options = {}
        @id = id.sub(%r!^/hostedzone/!, '')
        @change_info = options[:change_info]
        super
      end