Class: Aws::WorkDocs::Types::UpdateDocumentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::UpdateDocumentRequest
- 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.
-
#document_id ⇒ String
The ID of the document.
-
#name ⇒ String
The name of the document.
-
#parent_folder_id ⇒ String
The ID of the parent folder.
-
#resource_state ⇒ String
The resource state of the document.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2839 class UpdateDocumentRequest < Struct.new( :authentication_token, :document_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#document_id ⇒ String
The ID of the document.
2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2839 class UpdateDocumentRequest < Struct.new( :authentication_token, :document_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#name ⇒ String
The name of the document.
2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2839 class UpdateDocumentRequest < Struct.new( :authentication_token, :document_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.
2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2839 class UpdateDocumentRequest < Struct.new( :authentication_token, :document_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#resource_state ⇒ String
The resource state of the document. Only ACTIVE and RECYCLED are supported.
2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2839 class UpdateDocumentRequest < Struct.new( :authentication_token, :document_id, :name, :parent_folder_id, :resource_state) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |