Class: Aws::QuickSight::Types::Logo
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Logo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The logo configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alt_text ⇒ String
The alt text for the logo.
-
#logo_set ⇒ Types::LogoSet
A set of configured logos.
Instance Attribute Details
#alt_text ⇒ String
The alt text for the logo.
28356 28357 28358 28359 28360 28361 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28356 class Logo < Struct.new( :alt_text, :logo_set) SENSITIVE = [] include Aws::Structure end |
#logo_set ⇒ Types::LogoSet
A set of configured logos.
28356 28357 28358 28359 28360 28361 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28356 class Logo < Struct.new( :alt_text, :logo_set) SENSITIVE = [] include Aws::Structure end |