Class: Aws::QuickSight::Types::FontWeight
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FontWeight
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The option that determines the text display weight, or boldness.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The lexical name for the level of boldness of the text display.
Instance Attribute Details
#name ⇒ String
The lexical name for the level of boldness of the text display.
16692 16693 16694 16695 16696 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16692 class FontWeight < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |