Class: Aws::Types::ShortFormatText
- Inherits:
-
Object
- Object
- Aws::Types::ShortFormatText
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#plain_text ⇒ ::String
Returns the value of attribute plain_text.
-
#rich_text ⇒ ::String
Returns the value of attribute rich_text.
Instance Attribute Details
#plain_text ⇒ ::String
Returns the value of attribute plain_text.
10217 10218 10219 |
# File 'sig/types.rbs', line 10217 def plain_text @plain_text end |
#rich_text ⇒ ::String
Returns the value of attribute rich_text.
10218 10219 10220 |
# File 'sig/types.rbs', line 10218 def rich_text @rich_text end |