Class: Aws::Types::FreeFormLayoutElementBorderStyle
- Inherits:
-
Object
- Object
- Aws::Types::FreeFormLayoutElementBorderStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
-
#width ⇒ ::String
Returns the value of attribute width.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
5870 5871 5872 |
# File 'sig/types.rbs', line 5870 def color @color end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
5869 5870 5871 |
# File 'sig/types.rbs', line 5869 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
5871 5872 5873 |
# File 'sig/types.rbs', line 5871 def width @width end |