Class: Aws::Types::FontSize

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute::String

Returns the value of attribute absolute.

Returns:

  • (::String)


5789
5790
5791
# File 'sig/types.rbs', line 5789

def absolute
  @absolute
end

#relative"EXTRA_SMALL", ...

Returns the value of attribute relative.

Returns:

  • ("EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE")


5788
5789
5790
# File 'sig/types.rbs', line 5788

def relative
  @relative
end