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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::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