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.
11247 11248 11249 |
# File 'sig/types.rbs', line 11247 def bottom @bottom end |
#inner_horizontal ⇒ Types::TableBorderOptions
Returns the value of attribute inner_horizontal.
11243 11244 11245 |
# File 'sig/types.rbs', line 11243 def inner_horizontal @inner_horizontal end |
#inner_vertical ⇒ Types::TableBorderOptions
Returns the value of attribute inner_vertical.
11242 11243 11244 |
# File 'sig/types.rbs', line 11242 def inner_vertical @inner_vertical end |
#left ⇒ Types::TableBorderOptions
Returns the value of attribute left.
11244 11245 11246 |
# File 'sig/types.rbs', line 11244 def left @left end |
#right ⇒ Types::TableBorderOptions
Returns the value of attribute right.
11245 11246 11247 |
# File 'sig/types.rbs', line 11245 def right @right end |
#top ⇒ Types::TableBorderOptions
Returns the value of attribute top.
11246 11247 11248 |
# File 'sig/types.rbs', line 11246 def top @top end |