Class: Aws::WorkDocs::Types::CreateFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateFolderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token, :name]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#name ⇒ String
The name of the new folder.
-
#parent_folder_id ⇒ String
The ID of the parent folder.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
405 406 407 408 409 410 411 |
# File '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 |
#name ⇒ String
The name of the new folder.
405 406 407 408 409 410 411 |
# File '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_id ⇒ String
The ID of the parent folder.
405 406 407 408 409 410 411 |
# File '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 |