Class: Aws::WorkDocs::Types::GetDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetDocumentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_metadata ⇒ Hash<String,String>
The custom metadata on the document.
-
#metadata ⇒ Types::DocumentMetadata
The metadata details of the document.
Instance Attribute Details
#custom_metadata ⇒ Hash<String,String>
The custom metadata on the document.
1817 1818 1819 1820 1821 1822 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1817 class GetDocumentResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::DocumentMetadata
The metadata details of the document.
1817 1818 1819 1820 1821 1822 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1817 class GetDocumentResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |