Update Geofence Collection
locationservice_update_geofence_collection | R Documentation |
Updates the specified properties of a given geofence collection¶
Description¶
Updates the specified properties of a given geofence collection.
Usage¶
locationservice_update_geofence_collection(CollectionName, PricingPlan,
PricingPlanDataSource, Description)
Arguments¶
CollectionName |
[required] The name of the geofence collection to update. |
PricingPlan |
No longer used. If included, the only allowed value is
|
PricingPlanDataSource |
This parameter is no longer used. |
Description |
Updates the description for the geofence collection. |
Value¶
A list with the following syntax:
list(
CollectionName = "string",
CollectionArn = "string",
UpdateTime = as.POSIXct(
"2015-01-01"
)
)
Request syntax¶
svc$update_geofence_collection(
CollectionName = "string",
PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
PricingPlanDataSource = "string",
Description = "string"
)