Class: Aws::QuickSight::Types::VisualSubtitleFontConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VisualSubtitleFontConfiguration
- Includes:
- Structure
- Defined in:
- 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.
45734 45735 45736 45737 45738 45739 45740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45734 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.
45734 45735 45736 45737 45738 45739 45740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45734 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.
45734 45735 45736 45737 45738 45739 45740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45734 class VisualSubtitleFontConfiguration < Struct.new( :font_configuration, :text_alignment, :text_transform) SENSITIVE = [] include Aws::Structure end |