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.



6716
6717
6718
# File 'sig/types.rbs', line 6716

def side_specific_border
  @side_specific_border
end

#uniform_borderTypes::TableBorderOptions

Returns the value of attribute uniform_border.



6715
6716
6717
# File 'sig/types.rbs', line 6715

def uniform_border
  @uniform_border
end