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.
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 |