workdocs_get_document {paws.end.user.computing} | R Documentation |
Retrieves details of a document
Description
Retrieves details of a document.
See https://www.paws-r-sdk.com/docs/workdocs_get_document/ for full documentation.
Usage
workdocs_get_document(
AuthenticationToken = NULL,
DocumentId,
IncludeCustomMetadata = NULL
)
Arguments
AuthenticationToken |
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. |
DocumentId |
[required] The ID of the document. |
IncludeCustomMetadata |
Set this to |
[Package paws.end.user.computing version 0.9.0 Index]