class Aws::Xml::Builder

def initialize(shape)

Parameters:
  • shape (Seahorse::Model::Shapes::Structure) --
def initialize(shape)
  @shape = shape
  @xml = []
  @builder = ::Builder::XmlMarkup.new(target: @xml, indent: 2)
end