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 60 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 64 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 68 def shape_ref_docs(shape_name, target) nil end