Class: Aws::Types::BorderStyle

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)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def color
  @color
end

#showBoolean

Returns the value of attribute show.

Returns:

  • (Boolean)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def show
  @show
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def width
  @width
end