Class: Aws::Types::QuickResponseContents
- Inherits:
-
Object
- Object
- Aws::Types::QuickResponseContents
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#markdown ⇒ Types::QuickResponseContentProvider
Returns the value of attribute markdown.
-
#plain_text ⇒ Types::QuickResponseContentProvider
Returns the value of attribute plain_text.
Instance Attribute Details
#markdown ⇒ Types::QuickResponseContentProvider
Returns the value of attribute markdown.
654 655 656 |
# File 'sig/types.rbs', line 654 def markdown @markdown end |
#plain_text ⇒ Types::QuickResponseContentProvider
Returns the value of attribute plain_text.
655 656 657 |
# File 'sig/types.rbs', line 655 def plain_text @plain_text end |