Class: Aws::QuickSight::Types::VisualSubtitleLabelOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VisualSubtitleLabelOptions
- 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
-
#format_text ⇒ Types::LongFormatText
The long text format of the subtitle label, such as plain text or rich text.
-
#visibility ⇒ String
The visibility of the subtitle label.
Instance Attribute Details
#format_text ⇒ Types::LongFormatText
The long text format of the subtitle label, such as plain text or rich text.
35396 35397 35398 35399 35400 35401 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35396 class VisualSubtitleLabelOptions < Struct.new( :visibility, :format_text) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the subtitle label.
35396 35397 35398 35399 35400 35401 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35396 class VisualSubtitleLabelOptions < Struct.new( :visibility, :format_text) SENSITIVE = [] include Aws::Structure end |