Class: Aws::QuickSight::Types::ControlTitleFontConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ControlTitleFontConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Configures the display properties of the control title.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#font_configuration ⇒ Types::FontConfiguration
Configures the font settings for the control title.
-
#text_alignment ⇒ String
Determines the alignment of the control title.
Instance Attribute Details
#font_configuration ⇒ Types::FontConfiguration
Configures the font settings for the control title.
7343 7344 7345 7346 7347 7348 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7343 class ControlTitleFontConfiguration < Struct.new( :font_configuration, :text_alignment) SENSITIVE = [] include Aws::Structure end |
#text_alignment ⇒ String
Determines the alignment of the control title.
7343 7344 7345 7346 7347 7348 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7343 class ControlTitleFontConfiguration < Struct.new( :font_configuration, :text_alignment) SENSITIVE = [] include Aws::Structure end |