You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WorkDocs::Types::CreateCommentRequestWhen 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
Amazon WorkDocs authentication token.
The ID of the document.
Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.
The ID of the parent comment.
The text of the comment.
The ID of the root comment in the thread.
The ID of the document version.
The visibility of the comment.
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
#notify_collaborators ⇒ BooleanSet this parameter to TRUE to send an email out to the document collaborators after the comment is created.
#parent_id ⇒ StringThe ID of the parent comment.
#thread_id ⇒ StringThe ID of the root comment in the thread.
#version_id ⇒ StringThe ID of the document version.
#visibility ⇒ StringThe 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