class Aws::LocationService::Types::BatchPutGeofenceRequest

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

data as a hash:

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

@!attribute [rw] collection_name

The geofence collection storing the geofences.
@return [String]

@!attribute [rw] entries

The batch of geofences to be stored in a geofence collection.
@return [Array<Types::BatchPutGeofenceRequestEntry>]

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

Constants

SENSITIVE