Class: Aws::Types::GridLayoutElementBackgroundStyle
- Inherits:
-
Object
- Object
- Aws::Types::GridLayoutElementBackgroundStyle
- 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.
6505 6506 6507 |
# File 'sig/types.rbs', line 6505 def color @color end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
6504 6505 6506 |
# File 'sig/types.rbs', line 6504 def visibility @visibility end |