Class: Aws::QuickSight::Types::GeospatialLayerDefinition

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

Overview

The definition properties for a geospatial layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_layerTypes::GeospatialLineLayer

The definition for a line layer.



19364
19365
19366
19367
19368
19369
19370
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19364

class GeospatialLayerDefinition < Struct.new(
  :point_layer,
  :line_layer,
  :polygon_layer)
  SENSITIVE = []
  include Aws::Structure
end

#point_layerTypes::GeospatialPointLayer

The definition for a point layer.



19364
19365
19366
19367
19368
19369
19370
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19364

class GeospatialLayerDefinition < Struct.new(
  :point_layer,
  :line_layer,
  :polygon_layer)
  SENSITIVE = []
  include Aws::Structure
end

#polygon_layerTypes::GeospatialPolygonLayer

The definition for a polygon layer.



19364
19365
19366
19367
19368
19369
19370
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19364

class GeospatialLayerDefinition < Struct.new(
  :point_layer,
  :line_layer,
  :polygon_layer)
  SENSITIVE = []
  include Aws::Structure
end