Class: Aws::Types::CommentUpdateContent
- Inherits:
-
Object
- Object
- Aws::Types::CommentUpdateContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#content_type ⇒ "Text/Plain"
Returns the value of attribute content_type.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
214 215 216 |
# File 'sig/types.rbs', line 214 def body @body end |
#content_type ⇒ "Text/Plain"
Returns the value of attribute content_type.
215 216 217 |
# File 'sig/types.rbs', line 215 def content_type @content_type end |