Class: Aws::LocationService::Types::BatchEvaluateGeofencesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_nameString

The geofence collection used in evaluating the position of devices against its geofences.

Returns:

  • (String)


322
323
324
325
326
327
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 322

class BatchEvaluateGeofencesRequest < Struct.new(
  :collection_name,
  :device_position_updates)
  SENSITIVE = []
  include Aws::Structure
end

#device_position_updatesArray<Types::DevicePositionUpdate>

Contains device details for each device to be evaluated against the given geofence collection.

Returns:



322
323
324
325
326
327
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 322

class BatchEvaluateGeofencesRequest < Struct.new(
  :collection_name,
  :device_position_updates)
  SENSITIVE = []
  include Aws::Structure
end