Class: Aws::Api::Docs::NullDocstringProvider Private

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-core/api/docs/docstring_provider.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#operation_docs(operation_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



51
52
53
# File 'lib/aws-sdk-core/api/docs/docstring_provider.rb', line 51

def operation_docs(operation_name)
  nil
end

#shape_docs(shape_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



55
56
57
# 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) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



59
60
61
# File 'lib/aws-sdk-core/api/docs/docstring_provider.rb', line 59

def shape_ref_docs(shape_name, target)
  nil
end