Class: Aws::Types::BorderSettings
- Inherits:
-
Object
- Object
- Aws::Types::BorderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#border_color ⇒ ::String
Returns the value of attribute border_color.
-
#border_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute border_visibility.
-
#border_width ⇒ ::String
Returns the value of attribute border_width.
Instance Attribute Details
#border_color ⇒ ::String
Returns the value of attribute border_color.
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.
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.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def border_width @border_width end |