Class: Aws::Connect::Types::WorkspaceTheme
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceTheme
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains theme configuration for a workspace, supporting both light and dark modes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dark ⇒ Types::WorkspaceThemeConfig
The theme configuration for dark mode.
-
#light ⇒ Types::WorkspaceThemeConfig
The theme configuration for light mode.
Instance Attribute Details
#dark ⇒ Types::WorkspaceThemeConfig
The theme configuration for dark mode.
35555 35556 35557 35558 35559 35560 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35555 class WorkspaceTheme < Struct.new( :light, :dark) SENSITIVE = [] include Aws::Structure end |
#light ⇒ Types::WorkspaceThemeConfig
The theme configuration for light mode.
35555 35556 35557 35558 35559 35560 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35555 class WorkspaceTheme < Struct.new( :light, :dark) SENSITIVE = [] include Aws::Structure end |