Class: Aws::QuickSight::Types::FontConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FontConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Configures the display properties of the given text.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#font_color ⇒ String
Determines the color of the text.
-
#font_decoration ⇒ String
Determines the appearance of decorative lines on the text.
-
#font_family ⇒ String
The font family that you want to use.
-
#font_size ⇒ Types::FontSize
The option that determines the text display size.
-
#font_style ⇒ String
Determines the text display face that is inherited by the given font family.
-
#font_weight ⇒ Types::FontWeight
The option that determines the text display weight, or boldness.
Instance Attribute Details
#font_color ⇒ String
Determines the color of the text.
16664 16665 16666 16667 16668 16669 16670 16671 16672 16673 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16664 class FontConfiguration < Struct.new( :font_size, :font_decoration, :font_color, :font_weight, :font_style, :font_family) SENSITIVE = [] include Aws::Structure end |
#font_decoration ⇒ String
Determines the appearance of decorative lines on the text.
16664 16665 16666 16667 16668 16669 16670 16671 16672 16673 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16664 class FontConfiguration < Struct.new( :font_size, :font_decoration, :font_color, :font_weight, :font_style, :font_family) SENSITIVE = [] include Aws::Structure end |
#font_family ⇒ String
The font family that you want to use.
16664 16665 16666 16667 16668 16669 16670 16671 16672 16673 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16664 class FontConfiguration < Struct.new( :font_size, :font_decoration, :font_color, :font_weight, :font_style, :font_family) SENSITIVE = [] include Aws::Structure end |
#font_size ⇒ Types::FontSize
The option that determines the text display size.
16664 16665 16666 16667 16668 16669 16670 16671 16672 16673 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16664 class FontConfiguration < Struct.new( :font_size, :font_decoration, :font_color, :font_weight, :font_style, :font_family) SENSITIVE = [] include Aws::Structure end |
#font_style ⇒ String
Determines the text display face that is inherited by the given font family.
16664 16665 16666 16667 16668 16669 16670 16671 16672 16673 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16664 class FontConfiguration < Struct.new( :font_size, :font_decoration, :font_color, :font_weight, :font_style, :font_family) SENSITIVE = [] include Aws::Structure end |
#font_weight ⇒ Types::FontWeight
The option that determines the text display weight, or boldness.
16664 16665 16666 16667 16668 16669 16670 16671 16672 16673 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16664 class FontConfiguration < Struct.new( :font_size, :font_decoration, :font_color, :font_weight, :font_style, :font_family) SENSITIVE = [] include Aws::Structure end |