Class: Aws::Types::GeospatialLayerDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#line_layerTypes::GeospatialLineLayer

Returns the value of attribute line_layer.



6188
6189
6190
# File 'sig/types.rbs', line 6188

def line_layer
  @line_layer
end

#point_layerTypes::GeospatialPointLayer

Returns the value of attribute point_layer.



6187
6188
6189
# File 'sig/types.rbs', line 6187

def point_layer
  @point_layer
end

#polygon_layerTypes::GeospatialPolygonLayer

Returns the value of attribute polygon_layer.



6189
6190
6191
# File 'sig/types.rbs', line 6189

def polygon_layer
  @polygon_layer
end