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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29980

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