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

#absoluteString

The font size that you want to use in px.

Returns:

  • (String)

16892
16893
16894
16895
16896
16897
# File 'lib/aws-sdk-quicksight/types.rb', line 16892

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

#relativeString

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

Returns:

  • (String)

16892
16893
16894
16895
16896
16897
# File 'lib/aws-sdk-quicksight/types.rb', line 16892

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