Method: Aws::WorkDocs::Types::CreateCommentResponse#comment

Defined in:
lib/aws-sdk-workdocs/types.rb

#commentTypes::Comment

The comment that has been created.

Returns:



351
352
353
354
355
# File 'lib/aws-sdk-workdocs/types.rb', line 351

class CreateCommentResponse < Struct.new(
  :comment)
  SENSITIVE = []
  include Aws::Structure
end