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.
30446 30447 30448 30449 30450 30451 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30446 class Logo < Struct.new( :alt_text, :logo_set) SENSITIVE = [] include Aws::Structure end |
#logo_set ⇒ Types::LogoSet
A set of configured logos.
30446 30447 30448 30449 30450 30451 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30446 class Logo < Struct.new( :alt_text, :logo_set) SENSITIVE = [] include Aws::Structure end |