Class: Aws::QuickSight::Types::ControlTitleFontConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#font_configurationTypes::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_alignmentString

Determines the alignment of the control title.

Returns:

  • (String)


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