Class: Aws::WorkDocs::Types::GetDocumentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetDocumentVersionResponse
- 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 version.
-
#metadata ⇒ Types::DocumentVersionMetadata
The version metadata.
Instance Attribute Details
#custom_metadata ⇒ Hash<String,String>
The custom metadata on the document version.
1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1868 class GetDocumentVersionResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::DocumentVersionMetadata
The version metadata.
1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1868 class GetDocumentVersionResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |