Class: Aws::Connect::Types::WorkspaceTheme

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

Instance Attribute Details

#darkTypes::WorkspaceThemeConfig

The theme configuration for dark mode.



38381
38382
38383
38384
38385
38386
# File 'lib/aws-sdk-connect/types.rb', line 38381

class WorkspaceTheme < Struct.new(
  :light,
  :dark)
  SENSITIVE = []
  include Aws::Structure
end

#lightTypes::WorkspaceThemeConfig

The theme configuration for light mode.



38381
38382
38383
38384
38385
38386
# File 'lib/aws-sdk-connect/types.rb', line 38381

class WorkspaceTheme < Struct.new(
  :light,
  :dark)
  SENSITIVE = []
  include Aws::Structure
end