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.



39609
39610
39611
39612
39613
39614
39615
# File 'lib/aws-sdk-connect/types.rb', line 39609

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

#paletteTypes::WorkspaceThemePalette

The color palette configuration for the workspace theme.



39609
39610
39611
39612
39613
39614
39615
# File 'lib/aws-sdk-connect/types.rb', line 39609

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

#typographyTypes::WorkspaceThemeTypography

The typography configuration for the workspace theme.



39609
39610
39611
39612
39613
39614
39615
# File 'lib/aws-sdk-connect/types.rb', line 39609

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