Class: Aws::Types::UpdateCommentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCommentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
-
#content ⇒ ::String
Returns the value of attribute content.
Instance Attribute Details
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def comment_id @comment_id end |
#content ⇒ ::String
Returns the value of attribute content.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def content @content end |