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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#darkTypes::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

#lightTypes::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