Class: Aws::Types::DeleteDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDocumentRequest
- 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.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
210 211 212 |
# File 'sig/types.rbs', line 210 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def document_id @document_id end |