Class: Aws::WorkDocs::Types::DeleteCommentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DeleteCommentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#comment_id ⇒ String
The ID of the comment.
-
#document_id ⇒ String
The ID of the document.
-
#version_id ⇒ String
The ID of the document version.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
634 635 636 637 638 639 640 641 |
# File 'lib/aws-sdk-workdocs/types.rb', line 634 class DeleteCommentRequest < Struct.new( :authentication_token, :document_id, :version_id, :comment_id) SENSITIVE = [:authentication_token] include Aws::Structure end |
#comment_id ⇒ String
The ID of the comment.
634 635 636 637 638 639 640 641 |
# File 'lib/aws-sdk-workdocs/types.rb', line 634 class DeleteCommentRequest < Struct.new( :authentication_token, :document_id, :version_id, :comment_id) SENSITIVE = [:authentication_token] include Aws::Structure end |
#document_id ⇒ String
The ID of the document.
634 635 636 637 638 639 640 641 |
# File 'lib/aws-sdk-workdocs/types.rb', line 634 class DeleteCommentRequest < Struct.new( :authentication_token, :document_id, :version_id, :comment_id) SENSITIVE = [:authentication_token] include Aws::Structure end |
#version_id ⇒ String
The ID of the document version.
634 635 636 637 638 639 640 641 |
# File 'lib/aws-sdk-workdocs/types.rb', line 634 class DeleteCommentRequest < Struct.new( :authentication_token, :document_id, :version_id, :comment_id) SENSITIVE = [:authentication_token] include Aws::Structure end |