class Aws::Xml::Builder
def initialize(rules, options = {})
def initialize(rules, options = {}) @rules = rules @xml = options[:target] || [] indent = options[:indent] || ' ' pad = options[:pad] || '' @builder = DocBuilder.new(target:@xml, indent:indent, pad:pad) end