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.
9786 9787 9788 |
# File 'sig/types.rbs', line 9786 def images @images end |
#palette ⇒ Types::WorkspaceThemePalette
Returns the value of attribute palette.
9785 9786 9787 |
# File 'sig/types.rbs', line 9785 def palette @palette end |
#typography ⇒ Types::WorkspaceThemeTypography
Returns the value of attribute typography.
9787 9788 9789 |
# File 'sig/types.rbs', line 9787 def typography @typography end |