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.



11247
11248
11249
# File 'sig/types.rbs', line 11247

def bottom
  @bottom
end

#inner_horizontalTypes::TableBorderOptions

Returns the value of attribute inner_horizontal.



11243
11244
11245
# File 'sig/types.rbs', line 11243

def inner_horizontal
  @inner_horizontal
end

#inner_verticalTypes::TableBorderOptions

Returns the value of attribute inner_vertical.



11242
11243
11244
# File 'sig/types.rbs', line 11242

def inner_vertical
  @inner_vertical
end

#leftTypes::TableBorderOptions

Returns the value of attribute left.



11244
11245
11246
# File 'sig/types.rbs', line 11244

def left
  @left
end

#rightTypes::TableBorderOptions

Returns the value of attribute right.



11245
11246
11247
# File 'sig/types.rbs', line 11245

def right
  @right
end

#topTypes::TableBorderOptions

Returns the value of attribute top.



11246
11247
11248
# File 'sig/types.rbs', line 11246

def top
  @top
end