Class: Aws::QuickSight::Types::LogoSetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LogoSetConfiguration
- Defined in:
- gems/aws-sdk-quicksight/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.
23208 23209 23210 23211 23212 23213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23208 class LogoSetConfiguration < Struct.new( :primary, :favicon) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Types::ImageSetConfiguration
The primary logo.
23208 23209 23210 23211 23212 23213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23208 class LogoSetConfiguration < Struct.new( :primary, :favicon) SENSITIVE = [] include Aws::Structure end |