Class: Aws::QuickSight::Types::Typography
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Typography
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Determines the typography options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#font_families ⇒ Array<Types::Font>
Determines the list of font families.
Instance Attribute Details
#font_families ⇒ Array<Types::Font>
Determines the list of font families.
32059 32060 32061 32062 32063 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32059 class Typography < Struct.new( :font_families) SENSITIVE = [] include Aws::Structure end |