Class: Aws::WorkDocs::Types::GetFolderResponse

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 folder.

Returns:

  • (Hash<String,String>)


1954
1955
1956
1957
1958
1959
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1954

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

#metadataTypes::FolderMetadata

The metadata of the folder.



1954
1955
1956
1957
1958
1959
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1954

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