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.
6716 6717 6718 |
# File 'sig/types.rbs', line 6716 def side_specific_border @side_specific_border end |
#uniform_border ⇒ Types::TableBorderOptions
Returns the value of attribute uniform_border.
6715 6716 6717 |
# File 'sig/types.rbs', line 6715 def uniform_border @uniform_border end |