Class: Aws::QuickSight::Types::GeospatialStaticFileSource

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

Overview

The source properties for a geospatial static file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_file_idString

The ID of the static file.

Returns:

  • (String)


18609
18610
18611
18612
18613
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18609

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