Class: Aws::Types::ControlTitleFormatText
- Inherits:
-
Object
- Object
- Aws::Types::ControlTitleFormatText
- 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.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def plain_text @plain_text end |
#rich_text ⇒ ::String
Returns the value of attribute rich_text.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def rich_text @rich_text end |