Class: Aws::QuickSight::Types::ControlTitleFontConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ControlTitleFontConfiguration
- Includes:
- Structure
- Defined in:
- 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.
7317 7318 7319 7320 7321 7322 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7317 class ControlTitleFontConfiguration < Struct.new( :font_configuration, :text_alignment) SENSITIVE = [] include Aws::Structure end |
#text_alignment ⇒ String
Determines the alignment of the control title.
7317 7318 7319 7320 7321 7322 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7317 class ControlTitleFontConfiguration < Struct.new( :font_configuration, :text_alignment) SENSITIVE = [] include Aws::Structure end |