Class: Aws::Types::PostCommentReplyInput
- Inherits:
-
Object
- Object
- Aws::Types::PostCommentReplyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#in_reply_to ⇒ ::String
Returns the value of attribute in_reply_to.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def client_request_token @client_request_token end |
#content ⇒ ::String
Returns the value of attribute content.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def content @content end |
#in_reply_to ⇒ ::String
Returns the value of attribute in_reply_to.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def in_reply_to @in_reply_to end |