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.
46409 46410 46411 46412 46413 46414 46415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46409 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.
46409 46410 46411 46412 46413 46414 46415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46409 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.
46409 46410 46411 46412 46413 46414 46415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46409 class VisualSubtitleFontConfiguration < Struct.new( :font_configuration, :text_alignment, :text_transform) SENSITIVE = [] include Aws::Structure end |