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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


29610
29611
29612
29613
29614
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29610

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