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.
5864 5865 5866 |
# File 'sig/types.rbs', line 5864 def color @color end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
5863 5864 5865 |
# File 'sig/types.rbs', line 5863 def visibility @visibility end |