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.
22182 22183 22184 22185 22186 22187 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22182 class Logo < Struct.new( :alt_text, :logo_set) SENSITIVE = [] include Aws::Structure end |
#logo_set ⇒ Types::LogoSet
A set of configured logos.
22182 22183 22184 22185 22186 22187 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22182 class Logo < Struct.new( :alt_text, :logo_set) SENSITIVE = [] include Aws::Structure end |