Class: Aws::WorkDocs::Types::UpdateDocumentVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::UpdateDocumentVersionRequest
- 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.
-
#document_id ⇒ String
The ID of the document.
-
#version_id ⇒ String
The version ID of the document.
-
#version_status ⇒ String
The status of the version.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2868 class UpdateDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :version_status) SENSITIVE = [:authentication_token] include Aws::Structure end |
#document_id ⇒ String
The ID of the document.
2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2868 class UpdateDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :version_status) SENSITIVE = [:authentication_token] include Aws::Structure end |
#version_id ⇒ String
The version ID of the document.
2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2868 class UpdateDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :version_status) SENSITIVE = [:authentication_token] include Aws::Structure end |
#version_status ⇒ String
The status of the version.
2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2868 class UpdateDocumentVersionRequest < Struct.new( :authentication_token, :document_id, :version_id, :version_status) SENSITIVE = [:authentication_token] include Aws::Structure end |