Class: Aws::QuickSight::Types::ShortFormatText
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ShortFormatText
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The text format for the title.
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.
28367 28368 28369 28370 28371 28372 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28367 class ShortFormatText < 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.
28367 28368 28369 28370 28371 28372 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28367 class ShortFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |