Class: Aws::Types::BorderSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#border_color::String

Returns the value of attribute border_color.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def border_color
  @border_color
end

#border_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute border_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def border_visibility
  @border_visibility
end

#border_width::String

Returns the value of attribute border_width.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def border_width
  @border_width
end