AWSLocationBatchPutGeofenceSuccess
Objective-C
@interface AWSLocationBatchPutGeofenceSuccessSwift
class AWSLocationBatchPutGeofenceSuccessContains 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.sssZDeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable createTime;Swift var createTime: Date? { get set }
- 
                  
                  The geofence successfully stored in a geofence collection. DeclarationObjective-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.sssZDeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable updateTime;Swift var updateTime: Date? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSLocationBatchPutGeofenceSuccess Class Reference
        AWSLocationBatchPutGeofenceSuccess Class Reference