Class: Aws::WorkDocs::Types::GetDocumentVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetDocumentVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#document_id ⇒ String
The ID of the document.
-
#fields ⇒ String
A comma-separated list of values.
-
#include_custom_metadata ⇒ Boolean
Set this to TRUE to include custom metadata in the response.
-
#version_id ⇒ String
The version ID of the document.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1848 1849 1850 1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1848 class GetDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :fields, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |
#document_id ⇒ String
The ID of the document.
1848 1849 1850 1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1848 class GetDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :fields, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |
#fields ⇒ String
A comma-separated list of values. Specify “SOURCE” to include a URL for the source document.
1848 1849 1850 1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1848 class GetDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :fields, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |
#include_custom_metadata ⇒ Boolean
Set this to TRUE to include custom metadata in the response.
1848 1849 1850 1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1848 class GetDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :fields, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |
#version_id ⇒ String
The version ID of the document.
1848 1849 1850 1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1848 class GetDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :fields, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |