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.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def border_color @border_color end |
#border_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute border_visibility.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def border_visibility @border_visibility end |
#border_width ⇒ ::String
Returns the value of attribute border_width.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def border_width @border_width end |