Class: Aws::WorkDocs::Types::CreateFolderRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


405
406
407
408
409
410
411
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 405

class CreateFolderRequest < Struct.new(
  :authentication_token,
  :name,
  :parent_folder_id)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#nameString

The name of the new folder.

Returns:

  • (String)


405
406
407
408
409
410
411
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 405

class CreateFolderRequest < Struct.new(
  :authentication_token,
  :name,
  :parent_folder_id)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#parent_folder_idString

The ID of the parent folder.

Returns:

  • (String)


405
406
407
408
409
410
411
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 405

class CreateFolderRequest < Struct.new(
  :authentication_token,
  :name,
  :parent_folder_id)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end