Class: Aws::WorkDocs::Types::UpdateFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::UpdateFolderRequest
- 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.
-
#folder_id ⇒ String
The ID of the folder.
-
#name ⇒ String
The name of the folder.
-
#parent_folder_id ⇒ String
The ID of the parent folder.
-
#resource_state ⇒ String
The resource state 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.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2901 class UpdateFolderRequest < Struct.new( :authentication_token, :folder_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2901 class UpdateFolderRequest < Struct.new( :authentication_token, :folder_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#name ⇒ String
The name of the folder.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2901 class UpdateFolderRequest < Struct.new( :authentication_token, :folder_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#parent_folder_id ⇒ String
The ID of the parent folder.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2901 class UpdateFolderRequest < Struct.new( :authentication_token, :folder_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#resource_state ⇒ String
The resource state of the folder. Only ACTIVE and RECYCLED are accepted values from the API.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2901 class UpdateFolderRequest < Struct.new( :authentication_token, :folder_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |