Class: Aws::QuickSight::Types::StaticFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StaticFile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The static file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_static_file ⇒ Types::ImageStaticFile
The image static file.
-
#spatial_static_file ⇒ Types::SpatialStaticFile
The spacial static file.
Instance Attribute Details
#image_static_file ⇒ Types::ImageStaticFile
The image static file.
31184 31185 31186 31187 31188 31189 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31184 class StaticFile < Struct.new( :image_static_file, :spatial_static_file) SENSITIVE = [] include Aws::Structure end |
#spatial_static_file ⇒ Types::SpatialStaticFile
The spacial static file.
31184 31185 31186 31187 31188 31189 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31184 class StaticFile < Struct.new( :image_static_file, :spatial_static_file) SENSITIVE = [] include Aws::Structure end |