Class: Aws::Types::SheetBackgroundStyle
- Inherits:
-
Object
- Object
- Aws::Types::SheetBackgroundStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#gradient ⇒ ::String
Returns the value of attribute gradient.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
10472 10473 10474 |
# File 'sig/types.rbs', line 10472 def color @color end |
#gradient ⇒ ::String
Returns the value of attribute gradient.
10473 10474 10475 |
# File 'sig/types.rbs', line 10473 def gradient @gradient end |