Class: Aws::Api::Docs::NullDocstringProvider Private
- Inherits:
- 
      Object
      
        - Object
- Aws::Api::Docs::NullDocstringProvider
 
- 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
- #operation_docs(operation_name) ⇒ Object private
- #shape_docs(shape_name) ⇒ Object private
- #shape_ref_docs(shape_name, target) ⇒ Object private
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.
| 60 61 62 | # File 'lib/aws-sdk-core/api/docs/docstring_provider.rb', line 60 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.
| 64 65 66 | # 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) ⇒ 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.
| 68 69 70 | # File 'lib/aws-sdk-core/api/docs/docstring_provider.rb', line 68 def shape_ref_docs(shape_name, target) nil end |