Class: Aws::QuickSight::Types::VisualTitleFontConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Configures the display properties of the visual title.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



44141
44142
44143
44144
44145
44146
44147
# File 'lib/aws-sdk-quicksight/types.rb', line 44141

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

#text_alignmentString

Determines the alignment of visual title.

Returns:

  • (String)


44141
44142
44143
44144
44145
44146
44147
# File 'lib/aws-sdk-quicksight/types.rb', line 44141

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

#text_transformString

Determines the text transformation of visual title.

Returns:

  • (String)


44141
44142
44143
44144
44145
44146
44147
# File 'lib/aws-sdk-quicksight/types.rb', line 44141

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