Class: Aws::WorkDocs::Types::GetFolderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetFolderResponse
- Defined in:
- gems/aws-sdk-workdocs/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 folder.
-
#metadata ⇒ Types::FolderMetadata
The metadata of the folder.
Instance Attribute Details
#custom_metadata ⇒ Hash<String,String>
The custom metadata on the folder.
2175 2176 2177 2178 2179 2180 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2175 class GetFolderResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::FolderMetadata
The metadata of the folder.
2175 2176 2177 2178 2179 2180 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2175 class GetFolderResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |