Class: Aws::Connect::Types::WorkspaceThemeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceThemeConfig
- Defined in:
- gems/aws-sdk-connect/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
-
#images ⇒ Types::WorkspaceThemeImages
The image assets used in the workspace theme.
-
#palette ⇒ Types::WorkspaceThemePalette
The color palette configuration for the workspace theme.
-
#typography ⇒ Types::WorkspaceThemeTypography
The typography configuration for the workspace theme.
Instance Attribute Details
#images ⇒ Types::WorkspaceThemeImages
The image assets used in the workspace theme.
35579 35580 35581 35582 35583 35584 35585 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35579 class WorkspaceThemeConfig < Struct.new( :palette, :images, :typography) SENSITIVE = [] include Aws::Structure end |
#palette ⇒ Types::WorkspaceThemePalette
The color palette configuration for the workspace theme.
35579 35580 35581 35582 35583 35584 35585 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35579 class WorkspaceThemeConfig < Struct.new( :palette, :images, :typography) SENSITIVE = [] include Aws::Structure end |
#typography ⇒ Types::WorkspaceThemeTypography
The typography configuration for the workspace theme.
35579 35580 35581 35582 35583 35584 35585 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35579 class WorkspaceThemeConfig < Struct.new( :palette, :images, :typography) SENSITIVE = [] include Aws::Structure end |