Class: Aws::QuickSight::Types::LogoConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The logo configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alt_textString

The alt text for the logo.

Returns:

  • (String)


23635
23636
23637
23638
23639
23640
# File 'lib/aws-sdk-quicksight/types.rb', line 23635

class LogoConfiguration < Struct.new(
  :alt_text,
  :logo_set)
  SENSITIVE = []
  include Aws::Structure
end

#logo_setTypes::LogoSetConfiguration

A set of configured logos.



23635
23636
23637
23638
23639
23640
# File 'lib/aws-sdk-quicksight/types.rb', line 23635

class LogoConfiguration < Struct.new(
  :alt_text,
  :logo_set)
  SENSITIVE = []
  include Aws::Structure
end