class Aws::WorkDocs::Types::DescribeDocumentVersionsRequest

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

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      document_id: "ResourceIdType", # required
      marker: "PageMarkerType",
      limit: 1,
      include: "FieldNamesType",
      fields: "FieldNamesType",
    }

@!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] marker

The marker for the next set of results. (You received this marker
from a previous call.)
@return [String]

@!attribute [rw] limit

The maximum number of versions to return with this call.
@return [Integer]

@!attribute [rw] include

A comma-separated list of values. Specify "INITIALIZED" to include
incomplete versions.
@return [String]

@!attribute [rw] fields

Specify "SOURCE" to include initialized versions and a URL for the
source document.
@return [String]

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

Constants

SENSITIVE