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.
11088 11089 11090 |
# File 'sig/types.rbs', line 11088 def color @color end |
#style ⇒ "NONE", "SOLID"
Returns the value of attribute style.
11090 11091 11092 |
# File 'sig/types.rbs', line 11090 def style @style end |
#thickness ⇒ ::Integer
Returns the value of attribute thickness.
11089 11090 11091 |
# File 'sig/types.rbs', line 11089 def thickness @thickness end |