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.
17639 17640 17641 17642 17643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17639 class GeospatialDataSourceItem < Struct.new( :static_file_data_source) SENSITIVE = [] include Aws::Structure end |