Class: Aws::Types::LongFormatText

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#plain_text::String

Returns the value of attribute plain_text.

Returns:

  • (::String)


8054
8055
8056
# File 'sig/types.rbs', line 8054

def plain_text
  @plain_text
end

#rich_text::String

Returns the value of attribute rich_text.

Returns:

  • (::String)


8055
8056
8057
# File 'sig/types.rbs', line 8055

def rich_text
  @rich_text
end