Class: Aws::Types::TableSideBorderOptions
- Inherits:
-
Object
- Object
- Aws::Types::TableSideBorderOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bottom ⇒ Types::TableBorderOptions
Returns the value of attribute bottom.
-
#inner_horizontal ⇒ Types::TableBorderOptions
Returns the value of attribute inner_horizontal.
-
#inner_vertical ⇒ Types::TableBorderOptions
Returns the value of attribute inner_vertical.
-
#left ⇒ Types::TableBorderOptions
Returns the value of attribute left.
-
#right ⇒ Types::TableBorderOptions
Returns the value of attribute right.
-
#top ⇒ Types::TableBorderOptions
Returns the value of attribute top.
Instance Attribute Details
#bottom ⇒ Types::TableBorderOptions
Returns the value of attribute bottom.
10857 10858 10859 |
# File 'sig/types.rbs', line 10857 def bottom @bottom end |
#inner_horizontal ⇒ Types::TableBorderOptions
Returns the value of attribute inner_horizontal.
10853 10854 10855 |
# File 'sig/types.rbs', line 10853 def inner_horizontal @inner_horizontal end |
#inner_vertical ⇒ Types::TableBorderOptions
Returns the value of attribute inner_vertical.
10852 10853 10854 |
# File 'sig/types.rbs', line 10852 def inner_vertical @inner_vertical end |
#left ⇒ Types::TableBorderOptions
Returns the value of attribute left.
10854 10855 10856 |
# File 'sig/types.rbs', line 10854 def left @left end |
#right ⇒ Types::TableBorderOptions
Returns the value of attribute right.
10855 10856 10857 |
# File 'sig/types.rbs', line 10855 def right @right end |
#top ⇒ Types::TableBorderOptions
Returns the value of attribute top.
10856 10857 10858 |
# File 'sig/types.rbs', line 10856 def top @top end |