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

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 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)


14890
14891
14892
14893
14894
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14890

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