Class: Aws::WorkDocs::Types::DeleteFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DeleteFolderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#folder_id ⇒ String
The ID of the folder.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
757 758 759 760 761 762 |
# File 'lib/aws-sdk-workdocs/types.rb', line 757 class DeleteFolderRequest < Struct.new( :authentication_token, :folder_id) SENSITIVE = [:authentication_token] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
757 758 759 760 761 762 |
# File 'lib/aws-sdk-workdocs/types.rb', line 757 class DeleteFolderRequest < Struct.new( :authentication_token, :folder_id) SENSITIVE = [:authentication_token] include Aws::Structure end |