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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



18143
18144
18145
18146
18147
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18143

class GeospatialDataSourceItem < Struct.new(
  :static_file_data_source)
  SENSITIVE = []
  include Aws::Structure
end