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

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

#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 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 211

class BatchDeleteDevicePositionHistoryRequest < Struct.new(
  :device_ids,
  :tracker_name)
  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 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 211

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