Class: Aws::WorkDocs::Types::InitiateDocumentVersionUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::InitiateDocumentVersionUploadRequest
- 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.
-
#content_created_timestamp ⇒ Time
The timestamp when the content of the document was originally created.
-
#content_modified_timestamp ⇒ Time
The timestamp when the content of the document was modified.
-
#content_type ⇒ String
The content type of the document.
-
#document_size_in_bytes ⇒ Integer
The size of the document, in bytes.
-
#id ⇒ String
The ID of the document.
-
#name ⇒ String
The name of the document.
-
#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.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#content_created_timestamp ⇒ Time
The timestamp when the content of the document was originally created.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#content_modified_timestamp ⇒ Time
The timestamp when the content of the document was modified.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#content_type ⇒ String
The content type of the document.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#document_size_in_bytes ⇒ Integer
The size of the document, in bytes.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#id ⇒ String
The ID of the document.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#name ⇒ String
The name of the document.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |
#parent_folder_id ⇒ String
The ID of the parent folder.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2087 class InitiateDocumentVersionUploadRequest < Struct.new( :authentication_token, :id, :name, :content_created_timestamp, :content_modified_timestamp, :content_type, :document_size_in_bytes, :parent_folder_id) SENSITIVE = [:authentication_token, :name] include Aws::Structure end |