Class: Aws::Types::GlobalTableBorderOptions
- Inherits:
-
Object
- Object
- Aws::Types::GlobalTableBorderOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#side_specific_border ⇒ Types::TableSideBorderOptions
Returns the value of attribute side_specific_border.
-
#uniform_border ⇒ Types::TableBorderOptions
Returns the value of attribute uniform_border.
Instance Attribute Details
#side_specific_border ⇒ Types::TableSideBorderOptions
Returns the value of attribute side_specific_border.
6450 6451 6452 |
# File 'sig/types.rbs', line 6450 def side_specific_border @side_specific_border end |
#uniform_border ⇒ Types::TableBorderOptions
Returns the value of attribute uniform_border.
6449 6450 6451 |
# File 'sig/types.rbs', line 6449 def uniform_border @uniform_border end |