Class: Aws::QuickSight::Types::FontWeight

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

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

Returns:

  • (String)


14904
14905
14906
14907
14908
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14904

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