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.



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