Class: Aws::Connect::Types::WorkspaceThemeImages

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#logoTypes::ImagesLogo

The logo images used in the workspace.



37116
37117
37118
37119
37120
# File 'lib/aws-sdk-connect/types.rb', line 37116

class WorkspaceThemeImages < Struct.new(
  :logo)
  SENSITIVE = []
  include Aws::Structure
end