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.
18154 18155 18156 18157 18158 18159 |
# File 'lib/aws-sdk-connect/types.rb', line 18154 class ImagesLogo < Struct.new( :default, :favicon) SENSITIVE = [] include Aws::Structure end |
#favicon ⇒ String
The favicon image displayed in the browser tab.
18154 18155 18156 18157 18158 18159 |
# File 'lib/aws-sdk-connect/types.rb', line 18154 class ImagesLogo < Struct.new( :default, :favicon) SENSITIVE = [] include Aws::Structure end |