Class: Aws::QuickSight::Types::Font
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Font
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Determines the font settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#font_family ⇒ String
Determines the font family settings.
Instance Attribute Details
#font_family ⇒ String
Determines the font family settings.
16794 16795 16796 16797 16798 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16794 class Font < Struct.new( :font_family) SENSITIVE = [] include Aws::Structure end |