Class: Aws::Types::WorkspaceTheme
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceTheme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dark ⇒ Types::WorkspaceThemeConfig
Returns the value of attribute dark.
-
#light ⇒ Types::WorkspaceThemeConfig
Returns the value of attribute light.
Instance Attribute Details
#dark ⇒ Types::WorkspaceThemeConfig
Returns the value of attribute dark.
9629 9630 9631 |
# File 'sig/types.rbs', line 9629 def dark @dark end |
#light ⇒ Types::WorkspaceThemeConfig
Returns the value of attribute light.
9628 9629 9630 |
# File 'sig/types.rbs', line 9628 def light @light end |