class Aws::Api::Docs::ResponseStructureExample

def to_str

def to_str
  if @operation.output
    lines = entry(@operation.output, "resp", [])
    lines.empty? ? nil : lines.join("\n")
  else
    nil
  end
end