Class: Aws::Types::DeleteDocumentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDocumentVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#delete_prior_versions ⇒ Boolean
Returns the value of attribute delete_prior_versions.
-
#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.
216 217 218 |
# File 'sig/types.rbs', line 216 def authentication_token @authentication_token end |
#delete_prior_versions ⇒ Boolean
Returns the value of attribute delete_prior_versions.
219 220 221 |
# File 'sig/types.rbs', line 219 def delete_prior_versions @delete_prior_versions end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def document_id @document_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def version_id @version_id end |