class Aws::LocationService::Types::BatchPutGeofenceRequestEntry

Contains geofence geometry details.

@note When making an API call, you may pass BatchPutGeofenceRequestEntry

data as a hash:

    {
      geofence_id: "Id", # required
      geometry: { # required
        polygon: [
          [
            [1.0],
          ],
        ],
      },
    }

@!attribute [rw] geofence_id

The identifier for the geofence to be stored in a given geofence
collection.
@return [String]

@!attribute [rw] geometry

Contains the polygon details to specify the position of the
geofence.

<note markdown="1"> Each [geofence polygon][1] can have a maximum of 1,000 vertices.

 </note>

[1]: https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html
@return [Types::GeofenceGeometry]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/BatchPutGeofenceRequestEntry AWS API Documentation

Constants

SENSITIVE