Class: Aws::SageMakerGeospatial::Types::PolygonGeometryInput

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<Float>>>

Coordinates representing a Polygon based on the GeoJson spec.

Returns:

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


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