Class: Aws::Connect::Types::WorkspaceThemePalette

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#canvasTypes::PaletteCanvas

The color configuration for the canvas area.



36268
36269
36270
36271
36272
36273
36274
36275
# File 'lib/aws-sdk-connect/types.rb', line 36268

class WorkspaceThemePalette < Struct.new(
  :header,
  :navigation,
  :canvas,
  :primary)
  SENSITIVE = []
  include Aws::Structure
end

#headerTypes::PaletteHeader

The color configuration for the header area.



36268
36269
36270
36271
36272
36273
36274
36275
# File 'lib/aws-sdk-connect/types.rb', line 36268

class WorkspaceThemePalette < Struct.new(
  :header,
  :navigation,
  :canvas,
  :primary)
  SENSITIVE = []
  include Aws::Structure
end

The color configuration for the navigation area.



36268
36269
36270
36271
36272
36273
36274
36275
# File 'lib/aws-sdk-connect/types.rb', line 36268

class WorkspaceThemePalette < Struct.new(
  :header,
  :navigation,
  :canvas,
  :primary)
  SENSITIVE = []
  include Aws::Structure
end

#primaryTypes::PalettePrimary

The primary color configuration used throughout the workspace.



36268
36269
36270
36271
36272
36273
36274
36275
# File 'lib/aws-sdk-connect/types.rb', line 36268

class WorkspaceThemePalette < Struct.new(
  :header,
  :navigation,
  :canvas,
  :primary)
  SENSITIVE = []
  include Aws::Structure
end