Class: Aws::Types::WorkspaceThemeConfig
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceThemeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#images ⇒ Types::WorkspaceThemeImages
Returns the value of attribute images.
-
#palette ⇒ Types::WorkspaceThemePalette
Returns the value of attribute palette.
-
#typography ⇒ Types::WorkspaceThemeTypography
Returns the value of attribute typography.
Instance Attribute Details
#images ⇒ Types::WorkspaceThemeImages
Returns the value of attribute images.
9748 9749 9750 |
# File 'sig/types.rbs', line 9748 def images @images end |
#palette ⇒ Types::WorkspaceThemePalette
Returns the value of attribute palette.
9747 9748 9749 |
# File 'sig/types.rbs', line 9747 def palette @palette end |
#typography ⇒ Types::WorkspaceThemeTypography
Returns the value of attribute typography.
9749 9750 9751 |
# File 'sig/types.rbs', line 9749 def typography @typography end |