Class: Aws::LocationService::Types::BatchDeleteDevicePositionHistoryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idsArray<String>

Devices whose position history you want to delete.

  • For example, for two devices: ‘“DeviceIds” : [DeviceId1,DeviceId2]`

^

Returns:

  • (Array<String>)


211
212
213
214
215
216
# File 'lib/aws-sdk-locationservice/types.rb', line 211

class BatchDeleteDevicePositionHistoryRequest < Struct.new(
  :tracker_name,
  :device_ids)
  SENSITIVE = []
  include Aws::Structure
end

#tracker_nameString

The name of the tracker resource to delete the device position history from.

Returns:

  • (String)


211
212
213
214
215
216
# File 'lib/aws-sdk-locationservice/types.rb', line 211

class BatchDeleteDevicePositionHistoryRequest < Struct.new(
  :tracker_name,
  :device_ids)
  SENSITIVE = []
  include Aws::Structure
end