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.
8434 8435 8436 |
# File 'sig/types.rbs', line 8434 def background @background end |
#foreground ⇒ ::String
Returns the value of attribute foreground.
8433 8434 8435 |
# File 'sig/types.rbs', line 8433 def foreground @foreground end |