Class: Aws::QuickSight::Types::GeospatialDataSourceItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialDataSourceItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The data source properties for the geospatial data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_file_data_source ⇒ Types::GeospatialStaticFileSource
The static file data source properties for the geospatial data.
Instance Attribute Details
#static_file_data_source ⇒ Types::GeospatialStaticFileSource
The static file data source properties for the geospatial data.
17923 17924 17925 17926 17927 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17923 class GeospatialDataSourceItem < Struct.new( :static_file_data_source) SENSITIVE = [] include Aws::Structure end |