Method: Aws::QuickSight::Types::VisualTitleLabelOptions#format_text

Defined in:
lib/aws-sdk-quicksight/types.rb

#format_textTypes::ShortFormatText

The short text format of the title label, such as plain text or rich text.



38828
38829
38830
38831
38832
38833
# File 'lib/aws-sdk-quicksight/types.rb', line 38828

class VisualTitleLabelOptions < Struct.new(
  :visibility,
  :format_text)
  SENSITIVE = []
  include Aws::Structure
end