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¶
Arguments¶
CalculatorName[required] The name of the route calculator resource to update.
PricingPlanNo longer used. If included, the only allowed value is
RequestBasedUsage.DescriptionUpdates 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"
)
)