Class: Aws::QuickSight::Types::SheetImageSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetImageSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The source of the image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sheet_image_static_file_source ⇒ Types::SheetImageStaticFileSource
The source of the static file that contains the image.
Instance Attribute Details
#sheet_image_static_file_source ⇒ Types::SheetImageStaticFileSource
The source of the static file that contains the image.
29980 29981 29982 29983 29984 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29980 class SheetImageSource < Struct.new( :sheet_image_static_file_source) SENSITIVE = [] include Aws::Structure end |