Class: Aws::Types::PaletteCanvas
- Inherits:
-
Object
- Object
- Aws::Types::PaletteCanvas
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_background ⇒ ::String
Returns the value of attribute active_background.
-
#container_background ⇒ ::String
Returns the value of attribute container_background.
-
#page_background ⇒ ::String
Returns the value of attribute page_background.
Instance Attribute Details
#active_background ⇒ ::String
Returns the value of attribute active_background.
5930 5931 5932 |
# File 'sig/types.rbs', line 5930 def active_background @active_background end |
#container_background ⇒ ::String
Returns the value of attribute container_background.
5928 5929 5930 |
# File 'sig/types.rbs', line 5928 def container_background @container_background end |
#page_background ⇒ ::String
Returns the value of attribute page_background.
5929 5930 5931 |
# File 'sig/types.rbs', line 5929 def page_background @page_background end |