Class: Aws::QuickSight::Types::FontSize
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FontSize
- 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
-
#absolute ⇒ String
The font size that you want to use in px.
-
#relative ⇒ String
The lexical name for the text size, proportional to its surrounding context.
Instance Attribute Details
#absolute ⇒ String
The font size that you want to use in px.
16677 16678 16679 16680 16681 16682 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16677 class FontSize < Struct.new( :relative, :absolute) SENSITIVE = [] include Aws::Structure end |
#relative ⇒ String
The lexical name for the text size, proportional to its surrounding context.
16677 16678 16679 16680 16681 16682 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16677 class FontSize < Struct.new( :relative, :absolute) SENSITIVE = [] include Aws::Structure end |