Class: Aws::Connect::Types::ImagesLogo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ImagesLogo
- Defined in:
- gems/aws-sdk-connect/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.
18062 18063 18064 18065 18066 18067 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18062 class ImagesLogo < Struct.new( :default, :favicon) SENSITIVE = [] include Aws::Structure end |
#favicon ⇒ String
The favicon image displayed in the browser tab.
18062 18063 18064 18065 18066 18067 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18062 class ImagesLogo < Struct.new( :default, :favicon) SENSITIVE = [] include Aws::Structure end |