Class: Aws::QuickSight::Types::ImageStaticFile

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

Overview

A static file that contains an image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceTypes::StaticFileSource

The source of the image static file.



26830
26831
26832
26833
26834
26835
# File 'lib/aws-sdk-quicksight/types.rb', line 26830

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

#static_file_idString

The ID of the static file that contains an image.

Returns:

  • (String)


26830
26831
26832
26833
26834
26835
# File 'lib/aws-sdk-quicksight/types.rb', line 26830

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