Class: Aws::Types::CommentContent
- Inherits:
-
Object
- Object
- Aws::Types::CommentContent
- 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.
205 206 207 |
# File 'sig/types.rbs', line 205 def body @body end |
#content_type ⇒ "Text/Plain"
Returns the value of attribute content_type.
206 207 208 |
# File 'sig/types.rbs', line 206 def content_type @content_type end |