class Aws::Api::Docs::NullDocstringProvider

Public Instance Methods

operation_docs(operation_name) click to toggle source
# File lib/aws-sdk-core/api/docs/docstring_provider.rb, line 51
def operation_docs(operation_name)
  nil
end
shape_docs(shape_name) click to toggle source
# File lib/aws-sdk-core/api/docs/docstring_provider.rb, line 55
def shape_docs(shape_name)
  nil
end
shape_ref_docs(shape_name, target) click to toggle source
# File lib/aws-sdk-core/api/docs/docstring_provider.rb, line 59
def shape_ref_docs(shape_name, target)
  nil
end