Class: Aws::Types::AbortDocumentVersionUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::AbortDocumentVersionUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
12 13 14 |
# File 'sig/types.rbs', line 12 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def document_id @document_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
14 15 16 |
# File 'sig/types.rbs', line 14 def version_id @version_id end |