Class: Aws::QuickSight::Types::VisualTitleLabelOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The title label options for a visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#format_textTypes::ShortFormatText

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



38304
38305
38306
38307
38308
38309
# File 'lib/aws-sdk-quicksight/types.rb', line 38304

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

#visibilityString

The visibility of the title label.

Returns:

  • (String)


38304
38305
38306
38307
38308
38309
# File 'lib/aws-sdk-quicksight/types.rb', line 38304

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