Class: Aws::WorkDocs::Types::GetFolderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetFolderResponse
- 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 folder.
-
#metadata ⇒ Types::FolderMetadata
The metadata of the folder.
Instance Attribute Details
#custom_metadata ⇒ Hash<String,String>
The custom metadata on the folder.
1954 1955 1956 1957 1958 1959 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1954 class GetFolderResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::FolderMetadata
The metadata of the folder.
1954 1955 1956 1957 1958 1959 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1954 class GetFolderResponse < Struct.new( :metadata, :custom_metadata) SENSITIVE = [] include Aws::Structure end |