Class: Aws::QuickSight::Types::SheetImageStaticFileSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetImageStaticFileSource
- 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
-
#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.
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 |