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)


29494
29495
29496
29497
29498
29499
# File 'lib/aws-sdk-quicksight/types.rb', line 29494

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

#logo_setTypes::LogoSetConfiguration

A set of configured logos.



29494
29495
29496
29497
29498
29499
# File 'lib/aws-sdk-quicksight/types.rb', line 29494

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