Class: Aws::QuickSight::Types::Typography
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Typography
- Includes:
- Structure
- Defined in:
- 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.
31778 31779 31780 31781 31782 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31778 class Typography < Struct.new( :font_families) SENSITIVE = [] include Aws::Structure end |