class Aws::WorkDocs::Types::GetDocumentVersionRequest
@note When making an API call, you may pass GetDocumentVersionRequest
data as a hash: { authentication_token: "AuthenticationHeaderType", document_id: "ResourceIdType", # required version_id: "DocumentVersionIdType", # required fields: "FieldNamesType", include_custom_metadata: false, }
@!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 version ID of the document. @return [String]
@!attribute [rw] fields
A comma-separated list of values. Specify "SOURCE" to include a URL for the source document. @return [String]
@!attribute [rw] include_custom_metadata
Set this to TRUE to include custom metadata in the response. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/GetDocumentVersionRequest AWS API Documentation
Constants
- SENSITIVE