class Aws::Api::OperationDocumenter
def api_ref(shape)
def api_ref(shape) docs = shape.nil? ? '' : shape.documentation if docs && !docs.empty? "<div class=\"api-ref\">#{clean(docs)}</div>" end end
def api_ref(shape) docs = shape.nil? ? '' : shape.documentation if docs && !docs.empty? "<div class=\"api-ref\">#{clean(docs)}</div>" end end