AWSLocationUpdateTrackerResponse
Objective-C
@interface AWSLocationUpdateTrackerResponse
Swift
class AWSLocationUpdateTrackerResponse
-
The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.
Format example:
arn:aws:geo:region:account-id:tracker/ExampleTracker
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trackerArn;
Swift
var trackerArn: String? { get set }
-
The name of the updated tracker resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trackerName;
Swift
var trackerName: String? { get set }
-
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable updateTime;
Swift
var updateTime: Date? { get set }