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

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

Overview

The structure representing Polygon Geometry based on the [GeoJson spec].

[1]: www.rfc-editor.org/rfc/rfc7946#section-3.1.6

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coordinatesArray<Array<Array<Float>>>

Coordinates representing a Polygon based on the [GeoJson spec].

[1]: www.rfc-editor.org/rfc/rfc7946#section-3.1.6

Returns:

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


1520
1521
1522
1523
1524
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1520

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