Class: Aws::WorkDocs::Types::GetDocumentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_metadataHash<String,String>

The custom metadata on the document.

Returns:

  • (Hash<String,String>)


1817
1818
1819
1820
1821
1822
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1817

class GetDocumentResponse < Struct.new(
  :metadata,
  :custom_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::DocumentMetadata

The metadata details of the document.



1817
1818
1819
1820
1821
1822
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1817

class GetDocumentResponse < Struct.new(
  :metadata,
  :custom_metadata)
  SENSITIVE = []
  include Aws::Structure
end