Class: Aws::WorkDocs::Types::GetDocumentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetDocumentRequest
- 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.
-
#include_custom_metadata ⇒ Boolean
Set this to ‘TRUE` to include custom metadata in the response.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1799 class GetDocumentRequest < Struct.new( :authentication_token, :document_id, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |
#document_id ⇒ String
The ID of the document.
1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1799 class GetDocumentRequest < Struct.new( :authentication_token, :document_id, :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.
1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1799 class GetDocumentRequest < Struct.new( :authentication_token, :document_id, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |