Class: Aws::QuickSight::Types::SheetImageStaticFileSource

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

Overview

The source of the static file that contains the image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_file_idString

The ID of the static file that contains the image.

Returns:

  • (String)


29994
29995
29996
29997
29998
# File 'lib/aws-sdk-quicksight/types.rb', line 29994

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