class Aws::LocationService::Types::BatchEvaluateGeofencesRequest

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

data as a hash:

    {
      collection_name: "ResourceName", # required
      device_position_updates: [ # required
        {
          device_id: "Id", # required
          position: [1.0], # required
          sample_time: Time.now, # required
        },
      ],
    }

@!attribute [rw] collection_name

The geofence collection used in evaluating the position of devices
against its geofences.
@return [String]

@!attribute [rw] device_position_updates

Contains device details for each device to be evaluated against the
given geofence collection.
@return [Array<Types::DevicePositionUpdate>]

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

Constants

SENSITIVE