A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/WorkDocs/Types/CreateCommentRequest.html below:

CreateCommentRequest — AWS SDK for Ruby V2

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

Class: Aws::WorkDocs::Types::CreateCommentRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateCommentRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  authentication_token: "AuthenticationHeaderType",
  document_id: "ResourceIdType",   version_id: "DocumentVersionIdType",   parent_id: "CommentIdType",
  thread_id: "CommentIdType",
  text: "CommentTextType",   visibility: "PUBLIC",   notify_collaborators: false,
}
Instance Attribute Summary collapse Instance Attribute Details #authentication_token ⇒ String

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

#notify_collaborators ⇒ Boolean

Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.

#parent_id ⇒ String

The ID of the parent comment.

#thread_id ⇒ String

The ID of the root comment in the thread.

#version_id ⇒ String

The ID of the document version.

#visibility ⇒ String

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.

Possible values:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4