Class: Aws::Connect::Types::ImagesLogo

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

Overview

Contains logo image configuration for workspace themes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#defaultString

The default logo image displayed in the workspace.

Returns:

  • (String)


18976
18977
18978
18979
18980
18981
# File 'lib/aws-sdk-connect/types.rb', line 18976

class ImagesLogo < Struct.new(
  :default,
  :favicon)
  SENSITIVE = []
  include Aws::Structure
end

#faviconString

The favicon image displayed in the browser tab.

Returns:

  • (String)


18976
18977
18978
18979
18980
18981
# File 'lib/aws-sdk-connect/types.rb', line 18976

class ImagesLogo < Struct.new(
  :default,
  :favicon)
  SENSITIVE = []
  include Aws::Structure
end