Class: Aws::Types::GlobalTableBorderOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#side_specific_borderTypes::TableSideBorderOptions

Returns the value of attribute side_specific_border.



6450
6451
6452
# File 'sig/types.rbs', line 6450

def side_specific_border
  @side_specific_border
end

#uniform_borderTypes::TableBorderOptions

Returns the value of attribute uniform_border.



6449
6450
6451
# File 'sig/types.rbs', line 6449

def uniform_border
  @uniform_border
end