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

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

Instance Attribute Details

#font_configuration ⇒ Types::FontConfiguration

Configures the font settings for the control title.



9357
9358
9359
9360
9361
9362
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9357

class ControlTitleFontConfiguration < Struct.new(
  :font_configuration,
  :text_alignment)
  SENSITIVE = []
  include Aws::Structure
end

#text_alignment ⇒ String

Determines the alignment of the control title.

Returns:

  • (String)


9357
9358
9359
9360
9361
9362
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9357

class ControlTitleFontConfiguration < Struct.new(
  :font_configuration,
  :text_alignment)
  SENSITIVE = []
  include Aws::Structure
end