Describe Route Calculator
locationservice_describe_route_calculator | R Documentation |
Retrieves the route calculator resource details¶
Description¶
Retrieves the route calculator resource details.
Usage¶
Arguments¶
CalculatorName
[required] The name of the route calculator resource.
Value¶
A list with the following syntax:
list(
CalculatorName = "string",
CalculatorArn = "string",
PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
Description = "string",
CreateTime = as.POSIXct(
"2015-01-01"
),
UpdateTime = as.POSIXct(
"2015-01-01"
),
DataSource = "string",
Tags = list(
"string"
)
)