Class: Aws::WorkDocs::Types::CreateFolderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateFolderResponse
- Includes:
- Structure
- Defined in:
- 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.
419 420 421 422 423 |
# File 'lib/aws-sdk-workdocs/types.rb', line 419 class CreateFolderResponse < Struct.new( :metadata) SENSITIVE = [] include Aws::Structure end |