Class: Aws::Types::InitiateDocumentVersionUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::InitiateDocumentVersionUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#content_created_timestamp ⇒ ::Time
Returns the value of attribute content_created_timestamp.
-
#content_modified_timestamp ⇒ ::Time
Returns the value of attribute content_modified_timestamp.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#document_size_in_bytes ⇒ ::Integer
Returns the value of attribute document_size_in_bytes.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
596 597 598 |
# File 'sig/types.rbs', line 596 def authentication_token @authentication_token end |
#content_created_timestamp ⇒ ::Time
Returns the value of attribute content_created_timestamp.
599 600 601 |
# File 'sig/types.rbs', line 599 def @content_created_timestamp end |
#content_modified_timestamp ⇒ ::Time
Returns the value of attribute content_modified_timestamp.
600 601 602 |
# File 'sig/types.rbs', line 600 def @content_modified_timestamp end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
601 602 603 |
# File 'sig/types.rbs', line 601 def content_type @content_type end |
#document_size_in_bytes ⇒ ::Integer
Returns the value of attribute document_size_in_bytes.
602 603 604 |
# File 'sig/types.rbs', line 602 def document_size_in_bytes @document_size_in_bytes end |
#id ⇒ ::String
Returns the value of attribute id.
597 598 599 |
# File 'sig/types.rbs', line 597 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
598 599 600 |
# File 'sig/types.rbs', line 598 def name @name end |
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
603 604 605 |
# File 'sig/types.rbs', line 603 def parent_folder_id @parent_folder_id end |