Class: Aws::QuickSight::Types::VisualSubtitleLabelOptions

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

Overview

The subtitle label options for a visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#format_textTypes::LongFormatText

The long text format of the subtitle label, such as plain text or rich text.



33379
33380
33381
33382
33383
33384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33379

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

#visibilityString

The visibility of the subtitle label.

Returns:

  • (String)


33379
33380
33381
33382
33383
33384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33379

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