Class: Aws::QuickSight::Types::ControlTitleFormatText
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ControlTitleFormatText
- Includes:
- Structure
- Defined in:
- 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.
7418 7419 7420 7421 7422 7423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7418 class ControlTitleFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |
#rich_text ⇒ String
The rich text format of the title text.
7418 7419 7420 7421 7422 7423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7418 class ControlTitleFormatText < Struct.new( :plain_text, :rich_text) SENSITIVE = [] include Aws::Structure end |