Class: Aws::Types::GeospatialLayerDefinition
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialLayerDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#line_layer ⇒ Types::GeospatialLineLayer
Returns the value of attribute line_layer.
-
#point_layer ⇒ Types::GeospatialPointLayer
Returns the value of attribute point_layer.
-
#polygon_layer ⇒ Types::GeospatialPolygonLayer
Returns the value of attribute polygon_layer.
Instance Attribute Details
#line_layer ⇒ Types::GeospatialLineLayer
Returns the value of attribute line_layer.
6454 6455 6456 |
# File 'sig/types.rbs', line 6454 def line_layer @line_layer end |
#point_layer ⇒ Types::GeospatialPointLayer
Returns the value of attribute point_layer.
6453 6454 6455 |
# File 'sig/types.rbs', line 6453 def point_layer @point_layer end |
#polygon_layer ⇒ Types::GeospatialPolygonLayer
Returns the value of attribute polygon_layer.
6455 6456 6457 |
# File 'sig/types.rbs', line 6455 def polygon_layer @polygon_layer end |