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)


11088
11089
11090
# File 'sig/types.rbs', line 11088

def color
  @color
end

#style"NONE", "SOLID"

Returns the value of attribute style.

Returns:

  • ("NONE", "SOLID")


11090
11091
11092
# File 'sig/types.rbs', line 11090

def style
  @style
end

#thickness::Integer

Returns the value of attribute thickness.

Returns:

  • (::Integer)


11089
11090
11091
# File 'sig/types.rbs', line 11089

def thickness
  @thickness
end