AWSLocationUpdateGeofenceCollectionRequest
Objective-C
@interface AWSLocationUpdateGeofenceCollectionRequest
Swift
class AWSLocationUpdateGeofenceCollectionRequest
-
The name of the geofence collection to update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionName;Swift
var collectionName: String? { get set } -
Updates the description for the geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
No longer used. If included, the only allowed value is
RequestBasedUsage.Declaration
Objective-C
@property (nonatomic) AWSLocationPricingPlan pricingPlan;Swift
var pricingPlan: AWSLocationPricingPlan { get set } -
This parameter is no longer used.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable pricingPlanDataSource;Swift
var pricingPlanDataSource: String? { get set }
View on GitHub
Install in Dash
AWSLocationUpdateGeofenceCollectionRequest Class Reference