Class: Aws::Types::QuickResponseContents

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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