Update Route Calculator
locationservice_update_route_calculator | R Documentation |
Updates the specified properties for a given route calculator resource¶
Description¶
Updates the specified properties for a given route calculator resource.
Usage¶
locationservice_update_route_calculator(CalculatorName, PricingPlan,
Description)
Arguments¶
CalculatorName |
[required] The name of the route calculator resource to update. |
PricingPlan |
No longer used. If included, the only allowed value is
|
Description |
Updates the description for the route calculator resource. |
Value¶
A list with the following syntax:
list(
CalculatorName = "string",
CalculatorArn = "string",
UpdateTime = as.POSIXct(
"2015-01-01"
)
)
Request syntax¶
svc$update_route_calculator(
CalculatorName = "string",
PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
Description = "string"
)