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.
PricingPlanNo longer used. If included, the only allowed value is
RequestBasedUsage.PricingPlanDataSourceThis parameter is no longer used.
DescriptionUpdates the description for the geofence collection.
Value¶
A list with the following syntax:
list(
CollectionName = "string",
CollectionArn = "string",
UpdateTime = as.POSIXct(
"2015-01-01"
)
)