Class: Aws::QuickSight::Types::ImageStaticFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImageStaticFile
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A static file that contains an image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ Types::StaticFileSource
The source of the image static file.
-
#static_file_id ⇒ String
The ID of the static file that contains an image.
Instance Attribute Details
#source ⇒ Types::StaticFileSource
The source of the image static file.
19534 19535 19536 19537 19538 19539 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19534 class ImageStaticFile < Struct.new( :static_file_id, :source) SENSITIVE = [] include Aws::Structure end |
#static_file_id ⇒ String
The ID of the static file that contains an image.
19534 19535 19536 19537 19538 19539 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19534 class ImageStaticFile < Struct.new( :static_file_id, :source) SENSITIVE = [] include Aws::Structure end |