Class: Aws::QuickSight::Types::FontSize

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The option that determines the text display size.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relativeString

The lexical name for the text size, proportional to its surrounding context.

Returns:

  • (String)


15508
15509
15510
15511
15512
# File 'lib/aws-sdk-quicksight/types.rb', line 15508

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