Class: Aws::QuickSight::Types::ImageConfiguration

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

Overview

The logo image configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceTypes::ImageSource

The source of the image.

Returns:



18641
18642
18643
18644
18645
# File 'lib/aws-sdk-quicksight/types.rb', line 18641

class ImageConfiguration < Struct.new(
  :source)
  SENSITIVE = []
  include Aws::Structure
end