Class: Aws::QuickSight::Types::GeospatialLayerDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLayerDefinition
- 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
-
#line_layer ⇒ Types::GeospatialLineLayer
The definition for a line layer.
-
#point_layer ⇒ Types::GeospatialPointLayer
The definition for a point layer.
-
#polygon_layer ⇒ Types::GeospatialPolygonLayer
The definition for a polygon layer.
Instance Attribute Details
#line_layer ⇒ Types::GeospatialLineLayer
The definition for a line layer.
18054 18055 18056 18057 18058 18059 18060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18054 class GeospatialLayerDefinition < Struct.new( :point_layer, :line_layer, :polygon_layer) SENSITIVE = [] include Aws::Structure end |
#point_layer ⇒ Types::GeospatialPointLayer
The definition for a point layer.
18054 18055 18056 18057 18058 18059 18060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18054 class GeospatialLayerDefinition < Struct.new( :point_layer, :line_layer, :polygon_layer) SENSITIVE = [] include Aws::Structure end |
#polygon_layer ⇒ Types::GeospatialPolygonLayer
The definition for a polygon layer.
18054 18055 18056 18057 18058 18059 18060 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18054 class GeospatialLayerDefinition < Struct.new( :point_layer, :line_layer, :polygon_layer) SENSITIVE = [] include Aws::Structure end |