class Aws::WorkDocs::Types::Comment

Describes a comment.

@!attribute [rw] comment_id

The ID of the comment.
@return [String]

@!attribute [rw] parent_id

The ID of the parent comment.
@return [String]

@!attribute [rw] thread_id

The ID of the root comment in the thread.
@return [String]

@!attribute [rw] text

The text of the comment.
@return [String]

@!attribute [rw] contributor

The details of the user who made the comment.
@return [Types::User]

@!attribute [rw] created_timestamp

The time that the comment was created.
@return [Time]

@!attribute [rw] status

The status of the comment.
@return [String]

@!attribute [rw] visibility

The visibility of the comment. Options are either PRIVATE, where the
comment is visible only to the comment author and document owner and
co-owners, or PUBLIC, where the comment is visible to document
owners, co-owners, and contributors.
@return [String]

@!attribute [rw] recipient_id

If the comment is a reply to another user's comment, this field
contains the user ID of the user being replied to.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/Comment AWS API Documentation

Constants

SENSITIVE