class Aws::WorkDocs::Types::GetDocumentPathRequest

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

data as a hash:

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

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

The maximum number of levels in the hierarchy to return.
@return [Integer]

@!attribute [rw] fields

A comma-separated list of values. Specify `NAME` to include the
names of the parent folders.
@return [String]

@!attribute [rw] marker

This value is not supported.
@return [String]

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

Constants

SENSITIVE