Class: Aws::Types::FreeFormLayoutElementBackgroundStyle
- Inherits:
-
Object
- Object
- Aws::Types::FreeFormLayoutElementBackgroundStyle
- 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.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
6130 6131 6132 |
# File 'sig/types.rbs', line 6130 def color @color end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
6129 6130 6131 |
# File 'sig/types.rbs', line 6129 def visibility @visibility end |