Class: Aws::QuickSight::Types::VisualTitleFontConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VisualTitleFontConfiguration
- 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
-
#font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
-
#text_alignment ⇒ String
Determines the alignment of visual title.
-
#text_transform ⇒ String
Determines the text transformation of visual title.
Instance Attribute Details
#font_configuration ⇒ Types::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_alignment ⇒ String
Determines the alignment of visual title.
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_transform ⇒ String
Determines the text transformation of visual title.
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 |