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)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def color
  @color
end

#showBoolean

Returns the value of attribute show.

Returns:

  • (Boolean)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def show
  @show
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def width
  @width
end