Class: Aws::QuickSight::Types::SpatialStaticFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SpatialStaticFile
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A static file that contains the geospatial data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ Types::StaticFileSource
The source of the spatial static file.
-
#static_file_id ⇒ String
The ID of the spatial static file.
Instance Attribute Details
#source ⇒ Types::StaticFileSource
The source of the spatial static file.
30705 30706 30707 30708 30709 30710 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30705 class SpatialStaticFile < Struct.new( :static_file_id, :source) SENSITIVE = [] include Aws::Structure end |
#static_file_id ⇒ String
The ID of the spatial static file.
30705 30706 30707 30708 30709 30710 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30705 class SpatialStaticFile < Struct.new( :static_file_id, :source) SENSITIVE = [] include Aws::Structure end |