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.



37076
37077
37078
37079
37080
37081
# File 'lib/aws-sdk-connect/types.rb', line 37076

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

#lightTypes::WorkspaceThemeConfig

The theme configuration for light mode.



37076
37077
37078
37079
37080
37081
# File 'lib/aws-sdk-connect/types.rb', line 37076

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