Class: Aws::QuickSight::Types::VisualSubtitleFontConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VisualSubtitleFontConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Configures the display properties of the visual sub-title.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
-
#text_alignment ⇒ String
Determines the alignment of visual sub-title.
-
#text_transform ⇒ String
Determines the text transformation of visual sub-title.
Instance Attribute Details
#font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
43073 43074 43075 43076 43077 43078 43079 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43073 class VisualSubtitleFontConfiguration < Struct.new( :font_configuration, :text_alignment, :text_transform) SENSITIVE = [] include Aws::Structure end |
#text_alignment ⇒ String
Determines the alignment of visual sub-title.
43073 43074 43075 43076 43077 43078 43079 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43073 class VisualSubtitleFontConfiguration < Struct.new( :font_configuration, :text_alignment, :text_transform) SENSITIVE = [] include Aws::Structure end |
#text_transform ⇒ String
Determines the text transformation of visual sub-title.
43073 43074 43075 43076 43077 43078 43079 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43073 class VisualSubtitleFontConfiguration < Struct.new( :font_configuration, :text_alignment, :text_transform) SENSITIVE = [] include Aws::Structure end |