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)


6055
6056
6057
# File 'sig/types.rbs', line 6055

def absolute
  @absolute
end

#relative"EXTRA_SMALL", ...

Returns the value of attribute relative.

Returns:

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


6054
6055
6056
# File 'sig/types.rbs', line 6054

def relative
  @relative
end