Class: Aws::QuickSight::Types::LogoSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LogoSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A set of logos.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#favicon ⇒ Types::ImageSet
The favicon logo.
-
#primary ⇒ Types::ImageSet
The primary logo.
Instance Attribute Details
#favicon ⇒ Types::ImageSet
The favicon logo.
22220 22221 22222 22223 22224 22225 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22220 class LogoSet < Struct.new( :primary, :favicon) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Types::ImageSet
The primary logo.
22220 22221 22222 22223 22224 22225 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22220 class LogoSet < Struct.new( :primary, :favicon) SENSITIVE = [] include Aws::Structure end |