You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkDocs::Types::DescribeDocumentVersionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeDocumentVersionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

Returns:

  • (String)

    Amazon WorkDocs authentication token.

#document_idString

The ID of the document.

Returns:

  • (String)

    The ID of the document.

#fieldsString

Specify \"SOURCE\" to include initialized versions and a URL for the source document.

Returns:

  • (String)

    Specify \"SOURCE\" to include initialized versions and a URL for the source document.

#includeString

A comma-separated list of values. Specify \"INITIALIZED\" to include incomplete versions.

Returns:

  • (String)

    A comma-separated list of values.

#limitInteger

The maximum number of versions to return with this call.

Returns:

  • (Integer)

    The maximum number of versions to return with this call.

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)

    The marker for the next set of results.