AWSLocationBatchPutGeofenceSuccess
Objective-C
@interface AWSLocationBatchPutGeofenceSuccess
Swift
class AWSLocationBatchPutGeofenceSuccess
Contains a summary of each geofence that was successfully stored in a given geofence collection.
Required parameters: [GeofenceId, CreateTime, UpdateTime]
-
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createTime;
Swift
var createTime: Date? { get set }
-
The geofence successfully stored in a geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable geofenceId;
Swift
var geofenceId: String? { get set }
-
The timestamp for when the geofence 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 }