class Aws::LocationService::Types::BatchDeleteGeofenceRequest

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

data as a hash:

    {
      collection_name: "ResourceName", # required
      geofence_ids: ["Id"], # required
    }

@!attribute [rw] collection_name

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

@!attribute [rw] geofence_ids

The batch of geofences to be deleted.
@return [Array<String>]

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

Constants

SENSITIVE