Class: Aws::Types::TableBorderOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#color::String

Returns the value of attribute color.

Returns:

  • (::String)


10698
10699
10700
# File 'sig/types.rbs', line 10698

def color
  @color
end

#style"NONE", "SOLID"

Returns the value of attribute style.

Returns:

  • ("NONE", "SOLID")


10700
10701
10702
# File 'sig/types.rbs', line 10700

def style
  @style
end

#thickness::Integer

Returns the value of attribute thickness.

Returns:

  • (::Integer)


10699
10700
10701
# File 'sig/types.rbs', line 10699

def thickness
  @thickness
end