Class: Aws::WorkDocs::Types::CreateFolderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateFolderResponse
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Types::FolderMetadata
The metadata of the folder.
Instance Attribute Details
#metadata ⇒ Types::FolderMetadata
The metadata of the folder.
485 486 487 488 489 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 485 class CreateFolderResponse < Struct.new( :metadata) SENSITIVE = [] include Aws::Structure end |