Class: Aws::WorkDocs::Types::InitiateDocumentVersionUploadRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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_timestampTime

The timestamp when the content of the document was originally created.

Returns:

  • (Time)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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_timestampTime

The timestamp when the content of the document was modified.

Returns:

  • (Time)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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_typeString

The content type of the document.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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_bytesInteger

The size of the document, in bytes.

Returns:

  • (Integer)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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

#idString

The ID of the document.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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

#nameString

The name of the document.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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_idString

The ID of the parent folder.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-workdocs/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