Class: Aws::Types::TableBorderOptions
- Inherits:
-
Object
- Object
- Aws::Types::TableBorderOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#style ⇒ "NONE", "SOLID"
Returns the value of attribute style.
-
#thickness ⇒ ::Integer
Returns the value of attribute thickness.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
10698 10699 10700 |
# File 'sig/types.rbs', line 10698 def color @color end |
#style ⇒ "NONE", "SOLID"
Returns the value of attribute style.
10700 10701 10702 |
# File 'sig/types.rbs', line 10700 def style @style end |
#thickness ⇒ ::Integer
Returns the value of attribute thickness.
10699 10700 10701 |
# File 'sig/types.rbs', line 10699 def thickness @thickness end |