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.
6188 6189 6190 |
# File 'sig/types.rbs', line 6188 def line_layer @line_layer end |
#point_layer ⇒ Types::GeospatialPointLayer
Returns the value of attribute point_layer.
6187 6188 6189 |
# File 'sig/types.rbs', line 6187 def point_layer @point_layer end |
#polygon_layer ⇒ Types::GeospatialPolygonLayer
Returns the value of attribute polygon_layer.
6189 6190 6191 |
# File 'sig/types.rbs', line 6189 def polygon_layer @polygon_layer end |