# File lib/aws-sdk-resources/documenter/operation_documenter.rb, line 6 def docstring @api_request.documentation end
# File lib/aws-sdk-resources/documenter/operation_documenter.rb, line 10 def return_tag @yard_client_operation.tags.each do |tag| return tag if tag.tag_name == 'return' end nil end