Class: Aws::Types::Palette
- Inherits:
-
Object
- Object
- Aws::Types::Palette
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background ⇒ ::String
Returns the value of attribute background.
-
#foreground ⇒ ::String
Returns the value of attribute foreground.
Instance Attribute Details
#background ⇒ ::String
Returns the value of attribute background.
8785 8786 8787 |
# File 'sig/types.rbs', line 8785 def background @background end |
#foreground ⇒ ::String
Returns the value of attribute foreground.
8784 8785 8786 |
# File 'sig/types.rbs', line 8784 def foreground @foreground end |