Class: Aws::Types::DeleteDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDocumentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#document_version ⇒ ::String
Returns the value of attribute document_version.
870 871 872 |
# File 'sig/types.rbs', line 870 def document_version @document_version end |
#force ⇒ Boolean
Returns the value of attribute force.
872 873 874 |
# File 'sig/types.rbs', line 872 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
869 870 871 |
# File 'sig/types.rbs', line 869 def name @name end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
871 872 873 |
# File 'sig/types.rbs', line 871 def version_name @version_name end |