AWSLocationGetGeofenceRequest
Objective-C
@interface AWSLocationGetGeofenceRequest
Swift
class AWSLocationGetGeofenceRequest
-
The geofence collection storing the target geofence.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionName;
Swift
var collectionName: String? { get set }
-
The geofence you’re retrieving details for.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable geofenceId;
Swift
var geofenceId: String? { get set }