class Aws::Xml::Parser::Frame

def path

Other tags:
    Api: - private
def path
  if Stack === parent
    [@path]
  else
    parent.path + [@path]
  end
end