Class: Aws::QuickSight::Types::LogoSetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LogoSetConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The logo set configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#favicon ⇒ Types::ImageSetConfiguration
The favicon logo.
-
#primary ⇒ Types::ImageSetConfiguration
The primary logo.
Instance Attribute Details
#favicon ⇒ Types::ImageSetConfiguration
The favicon logo.
22239 22240 22241 22242 22243 22244 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22239 class LogoSetConfiguration < Struct.new( :primary, :favicon) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Types::ImageSetConfiguration
The primary logo.
22239 22240 22241 22242 22243 22244 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22239 class LogoSetConfiguration < Struct.new( :primary, :favicon) SENSITIVE = [] include Aws::Structure end |