Class: Aws::QuickSight::Types::LongFormatText
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LongFormatText
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The text format for a subtitle.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plain_text ⇒ String
Plain text format.
-
#rich_text ⇒ String
Rich text.
Instance Attribute Details
#plain_text ⇒ String
Plain text format.
22262 22263 22264 22265 22266 22267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22262 class LongFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |
#rich_text ⇒ String
Rich text. Examples of rich text include bold, underline, and italics.
22262 22263 22264 22265 22266 22267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22262 class LongFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |