Class: Aws::Connect::Types::ImagesLogo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ImagesLogo
- 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
-
#default ⇒ String
The default logo image displayed in the workspace.
-
#favicon ⇒ String
The favicon image displayed in the browser tab.
Instance Attribute Details
#default ⇒ String
The default logo image displayed in the workspace.
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 |
#favicon ⇒ String
The favicon image displayed in the browser tab.
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 |