Method: Aws::QuickSight::Types::FontWeight#name
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#name ⇒ String
The lexical name for the level of boldness of the text display.
16703 16704 16705 16706 16707 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16703 class FontWeight < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |