Class: Aws::WorkDocs::Types::DescribeCommentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeCommentsRequest
- 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.
-
#document_id ⇒ String
The ID of the document.
-
#limit ⇒ Integer
The maximum number of items to return.
-
#marker ⇒ String
The marker for the next set of results.
-
#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.
942 943 944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-workdocs/types.rb', line 942 class DescribeCommentsRequest < Struct.new( :authentication_token, :document_id, :version_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#document_id ⇒ String
The ID of the document.
942 943 944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-workdocs/types.rb', line 942 class DescribeCommentsRequest < Struct.new( :authentication_token, :document_id, :version_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items to return.
942 943 944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-workdocs/types.rb', line 942 class DescribeCommentsRequest < Struct.new( :authentication_token, :document_id, :version_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. This marker was received from a previous call.
942 943 944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-workdocs/types.rb', line 942 class DescribeCommentsRequest < Struct.new( :authentication_token, :document_id, :version_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#version_id ⇒ String
The ID of the document version.
942 943 944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-workdocs/types.rb', line 942 class DescribeCommentsRequest < Struct.new( :authentication_token, :document_id, :version_id, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |