AWSLocationBatchDeleteDevicePositionHistoryRequest

Objective-C

@interface AWSLocationBatchDeleteDevicePositionHistoryRequest

Swift

class AWSLocationBatchDeleteDevicePositionHistoryRequest
  • Devices whose position history you want to delete.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable deviceIds;

    Swift

    var deviceIds: [String]? { get set }
  • The name of the tracker resource to delete the device position history from.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable trackerName;

    Swift

    var trackerName: String? { get set }