You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkDocs::Types::CommentMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the metadata of a comment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#comment_idString

The ID of the comment.

Returns:

  • (String)

    The ID of the comment.

#comment_statusString

The status of the comment.

Possible values:

  • DRAFT
  • PUBLISHED
  • DELETED

Returns:

  • (String)

    The status of the comment.

#contributorTypes::User

The user who made the comment.

Returns:

#created_timestampTime

The timestamp that the comment was created.

Returns:

  • (Time)

    The timestamp that the comment was created.

#recipient_idString

The ID of the user being replied to.

Returns:

  • (String)

    The ID of the user being replied to.