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.
17003 17004 17005 17006 17007 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17003 class Font < Struct.new( :font_family) SENSITIVE = [] include Aws::Structure end |