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.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def markdown @markdown end |
#plain_text ⇒ Types::QuickResponseContentProvider
Returns the value of attribute plain_text.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def plain_text @plain_text end |