class Aws::Api::Docs::DocstringProvider

def operation_docs(operation_name)

Returns:
  • (String, nil) -

Parameters:
  • operation_name (String) --
def operation_docs(operation_name)
  clean(@docstrings['operations'][operation_name])
end