AWSLocationBatchDeleteDevicePositionHistoryRequest
Objective-C
@interface AWSLocationBatchDeleteDevicePositionHistoryRequestSwift
class AWSLocationBatchDeleteDevicePositionHistoryRequest- 
                  
                  Devices whose position history you want to delete. - For example, for two devices: - “DeviceIds” : [DeviceId1,DeviceId2]
 DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable trackerName;Swift var trackerName: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSLocationBatchDeleteDevicePositionHistoryRequest Class Reference
        AWSLocationBatchDeleteDevicePositionHistoryRequest Class Reference