Class: Aws::QuickSight::Types::GeospatialDataSourceItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#static_file_data_sourceTypes::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