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.
30133 30134 30135 30136 30137 30138 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30133 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.
30133 30134 30135 30136 30137 30138 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30133 class ShortFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |