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.
10082 10083 10084 |
# File 'sig/types.rbs', line 10082 def color @color end |
#gradient ⇒ ::String
Returns the value of attribute gradient.
10083 10084 10085 |
# File 'sig/types.rbs', line 10083 def gradient @gradient end |