Class: Aws::WorkDocs::Types::CreateCommentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentTypes::Comment

The comment that has been created.

Returns:



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

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