Class: Aws::QuickSight::Types::ControlTitleFormatText
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ControlTitleFormatText
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The title format text configuration for a sheet control. This is a
tagged union type. Specify either PlainText or RichText, but not
both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plain_text ⇒ String
The plain text format of the title text.
-
#rich_text ⇒ String
The rich text format of the title text.
Instance Attribute Details
#plain_text ⇒ String
The plain text format of the title text.
7708 7709 7710 7711 7712 7713 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7708 class ControlTitleFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |
#rich_text ⇒ String
The rich text format of the title text.
7708 7709 7710 7711 7712 7713 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7708 class ControlTitleFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |