Class: Aws::Connect::Types::WorkspaceThemeConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Contains detailed theme configuration for a workspace, including colors, images, and typography.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imagesTypes::WorkspaceThemeImages

The image assets used in the workspace theme.



35579
35580
35581
35582
35583
35584
35585
# File 'lib/aws-sdk-connect/types.rb', line 35579

class WorkspaceThemeConfig < Struct.new(
  :palette,
  :images,
  :typography)
  SENSITIVE = []
  include Aws::Structure
end

#paletteTypes::WorkspaceThemePalette

The color palette configuration for the workspace theme.



35579
35580
35581
35582
35583
35584
35585
# File 'lib/aws-sdk-connect/types.rb', line 35579

class WorkspaceThemeConfig < Struct.new(
  :palette,
  :images,
  :typography)
  SENSITIVE = []
  include Aws::Structure
end

#typographyTypes::WorkspaceThemeTypography

The typography configuration for the workspace theme.



35579
35580
35581
35582
35583
35584
35585
# File 'lib/aws-sdk-connect/types.rb', line 35579

class WorkspaceThemeConfig < Struct.new(
  :palette,
  :images,
  :typography)
  SENSITIVE = []
  include Aws::Structure
end