Class: Aws::QuickSight::Types::SpatialStaticFile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A static file that contains the geospatial data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceTypes::StaticFileSource

The source of the spatial static file.



30347
30348
30349
30350
30351
30352
# File 'lib/aws-sdk-quicksight/types.rb', line 30347

class SpatialStaticFile < Struct.new(
  :static_file_id,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#static_file_idString

The ID of the spatial static file.

Returns:

  • (String)


30347
30348
30349
30350
30351
30352
# File 'lib/aws-sdk-quicksight/types.rb', line 30347

class SpatialStaticFile < Struct.new(
  :static_file_id,
  :source)
  SENSITIVE = []
  include Aws::Structure
end