Class: Aws::Connect::Types::WorkspaceThemePalette
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceThemePalette
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains color palette configuration for different areas of a workspace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#canvas ⇒ Types::PaletteCanvas
The color configuration for the canvas area.
-
#header ⇒ Types::PaletteHeader
The color configuration for the header area.
-
#navigation ⇒ Types::PaletteNavigation
The color configuration for the navigation area.
-
#primary ⇒ Types::PalettePrimary
The primary color configuration used throughout the workspace.
Instance Attribute Details
#canvas ⇒ Types::PaletteCanvas
The color configuration for the canvas area.
35622 35623 35624 35625 35626 35627 35628 35629 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35622 class WorkspaceThemePalette < Struct.new( :header, :navigation, :canvas, :primary) SENSITIVE = [] include Aws::Structure end |
#header ⇒ Types::PaletteHeader
The color configuration for the header area.
35622 35623 35624 35625 35626 35627 35628 35629 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35622 class WorkspaceThemePalette < Struct.new( :header, :navigation, :canvas, :primary) SENSITIVE = [] include Aws::Structure end |
#navigation ⇒ Types::PaletteNavigation
The color configuration for the navigation area.
35622 35623 35624 35625 35626 35627 35628 35629 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35622 class WorkspaceThemePalette < Struct.new( :header, :navigation, :canvas, :primary) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Types::PalettePrimary
The primary color configuration used throughout the workspace.
35622 35623 35624 35625 35626 35627 35628 35629 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35622 class WorkspaceThemePalette < Struct.new( :header, :navigation, :canvas, :primary) SENSITIVE = [] include Aws::Structure end |