Class: Aws::SageMakerGeospatial::Types::MultiPolygonGeometryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::MultiPolygonGeometryInput
- 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
-
#coordinates ⇒ Array<Array<Array<Array<Float>>>>
The coordinates of the multipolygon geometry.
Instance Attribute Details
#coordinates ⇒ Array<Array<Array<Array<Float>>>>
The coordinates of the multipolygon geometry.
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 |