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

#source ⇒ Types::ImageSource

The source of the image.

Returns:



28160
28161
28162
28163
28164
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28160

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