Class: Aws::SageMakerGeospatial::Types::MultiPolygonGeometryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

The structure representing Polygon Geometry based on the GeoJson spec.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coordinatesArray<Array<Array<Array<Float>>>>

The coordinates of the multipolygon geometry.

Returns:

  • (Array<Array<Array<Array<Float>>>>)


1376
1377
1378
1379
1380
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1376

class MultiPolygonGeometryInput < Struct.new(
  :coordinates)
  SENSITIVE = []
  include Aws::Structure
end