Class: Aws::WorkDocs::Types::CreateFolderResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::FolderMetadata

The metadata of the folder.



450
451
452
453
# File 'lib/aws-sdk-workdocs/types.rb', line 450

class CreateFolderResponse < Struct.new(
  :metadata)
  include Aws::Structure
end