Class: Aws::QuickSight::Types::SheetImageSource

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

Overview

The source of the image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sheet_image_static_file_sourceTypes::SheetImageStaticFileSource

The source of the static file that contains the image.



29980
29981
29982
29983
29984
# File 'lib/aws-sdk-quicksight/types.rb', line 29980

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