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