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.



29596
29597
29598
29599
29600
# File 'lib/aws-sdk-quicksight/types.rb', line 29596

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