class Aws::WorkDocs::Types::DescribeCommentsRequest

@note When making an API call, you may pass DescribeCommentsRequest

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      document_id: "ResourceIdType", # required
      version_id: "DocumentVersionIdType", # required
      limit: 1,
      marker: "MarkerType",
    }

@!attribute [rw] authentication_token

Amazon WorkDocs authentication token. Not required when using AWS
administrator credentials to access the API.
@return [String]

@!attribute [rw] document_id

The ID of the document.
@return [String]

@!attribute [rw] version_id

The ID of the document version.
@return [String]

@!attribute [rw] limit

The maximum number of items to return.
@return [Integer]

@!attribute [rw] marker

The marker for the next set of results. This marker was received
from a previous call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DescribeCommentsRequest AWS API Documentation

Constants

SENSITIVE