class Aws::LocationService::Types::UpdateRouteCalculatorRequest

@note When making an API call, you may pass UpdateRouteCalculatorRequest

data as a hash:

    {
      calculator_name: "ResourceName", # required
      description: "ResourceDescription",
      pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
    }

@!attribute [rw] calculator_name

The name of the route calculator resource to update.
@return [String]

@!attribute [rw] description

Updates the description for the route calculator resource.
@return [String]

@!attribute [rw] pricing_plan

Updates the pricing plan for the route calculator resource.

For more information about each pricing plan option restrictions,
see [Amazon Location Service pricing][1].

[1]: https://aws.amazon.com/location/pricing/
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/UpdateRouteCalculatorRequest AWS API Documentation

Constants

SENSITIVE