Class: Aws::Types::TableSideBorderOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bottomTypes::TableBorderOptions

Returns the value of attribute bottom.



10857
10858
10859
# File 'sig/types.rbs', line 10857

def bottom
  @bottom
end

#inner_horizontalTypes::TableBorderOptions

Returns the value of attribute inner_horizontal.



10853
10854
10855
# File 'sig/types.rbs', line 10853

def inner_horizontal
  @inner_horizontal
end

#inner_verticalTypes::TableBorderOptions

Returns the value of attribute inner_vertical.



10852
10853
10854
# File 'sig/types.rbs', line 10852

def inner_vertical
  @inner_vertical
end

#leftTypes::TableBorderOptions

Returns the value of attribute left.



10854
10855
10856
# File 'sig/types.rbs', line 10854

def left
  @left
end

#rightTypes::TableBorderOptions

Returns the value of attribute right.



10855
10856
10857
# File 'sig/types.rbs', line 10855

def right
  @right
end

#topTypes::TableBorderOptions

Returns the value of attribute top.



10856
10857
10858
# File 'sig/types.rbs', line 10856

def top
  @top
end