Class: Aws::QuickSight::Types::SheetImageStaticFileSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetImageStaticFileSource
- 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
-
#static_file_id ⇒ String
The ID of the static file that contains the image.
Instance Attribute Details
#static_file_id ⇒ String
The ID of the static file that contains the image.
30335 30336 30337 30338 30339 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30335 class SheetImageStaticFileSource < Struct.new( :static_file_id) SENSITIVE = [] include Aws::Structure end |