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.



6454
6455
6456
# File 'sig/types.rbs', line 6454

def line_layer
  @line_layer
end

#point_layerTypes::GeospatialPointLayer

Returns the value of attribute point_layer.



6453
6454
6455
# File 'sig/types.rbs', line 6453

def point_layer
  @point_layer
end

#polygon_layerTypes::GeospatialPolygonLayer

Returns the value of attribute polygon_layer.



6455
6456
6457
# File 'sig/types.rbs', line 6455

def polygon_layer
  @polygon_layer
end