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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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:



19343
19344
19345
19346
19347
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19343

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