Class: Aws::Connect::Types::WorkspaceThemeImages
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceThemeImages
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains image configuration for a workspace theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logo ⇒ Types::ImagesLogo
The logo images used in the workspace.
Instance Attribute Details
#logo ⇒ Types::ImagesLogo
The logo images used in the workspace.
38421 38422 38423 38424 38425 |
# File 'lib/aws-sdk-connect/types.rb', line 38421 class WorkspaceThemeImages < Struct.new( :logo) SENSITIVE = [] include Aws::Structure end |