Class: Aws::Types::GridLayoutElementBorderStyle

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)


6777
6778
6779
# File 'sig/types.rbs', line 6777

def color
  @color
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


6776
6777
6778
# File 'sig/types.rbs', line 6776

def visibility
  @visibility
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


6778
6779
6780
# File 'sig/types.rbs', line 6778

def width
  @width
end