class Aws::Api::OperationDocumenter
def output
def output params(nil) do if @operation.output structure(@operation.output, []) else [] end end.join end
def output params(nil) do if @operation.output structure(@operation.output, []) else [] end end.join end