Class: Aws::SageMakerGeospatial::Types::PolygonGeometryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::PolygonGeometryInput
- 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<Float>>>
Coordinates representing a Polygon based on the [GeoJson spec][1].
Instance Attribute Details
#coordinates ⇒ Array<Array<Array<Float>>>
Coordinates representing a Polygon based on the GeoJson spec.
1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1520 class PolygonGeometryInput < Struct.new( :coordinates) SENSITIVE = [] include Aws::Structure end |