Class: Aws::Types::DeleteCommentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCommentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
-
#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.
190 191 192 |
# File 'sig/types.rbs', line 190 def authentication_token @authentication_token end |
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def comment_id @comment_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def document_id @document_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def version_id @version_id end |