Method: Aws::QuickSight::Types::FontWeight#name

Defined in:
lib/aws-sdk-quicksight/types.rb

#nameString

The lexical name for the level of boldness of the text display.

Returns:

  • (String)


16703
16704
16705
16706
16707
# File 'lib/aws-sdk-quicksight/types.rb', line 16703

class FontWeight < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end