Class: Aws::Types::FontSize
- Inherits:
-
Object
- Object
- Aws::Types::FontSize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute ⇒ ::String
Returns the value of attribute absolute.
-
#relative ⇒ "EXTRA_SMALL", ...
Returns the value of attribute relative.
Instance Attribute Details
#absolute ⇒ ::String
Returns the value of attribute absolute.
5789 5790 5791 |
# File 'sig/types.rbs', line 5789 def absolute @absolute end |
#relative ⇒ "EXTRA_SMALL", ...
Returns the value of attribute relative.
5788 5789 5790 |
# File 'sig/types.rbs', line 5788 def relative @relative end |