Class: Aws::LocationService::Types::UpdateRouteCalculatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdateRouteCalculatorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculator_name ⇒ String
The name of the route calculator resource to update.
-
#description ⇒ String
Updates the description for the route calculator resource.
-
#pricing_plan ⇒ String
No longer used.
Instance Attribute Details
#calculator_name ⇒ String
The name of the route calculator resource to update.
7032 7033 7034 7035 7036 7037 7038 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7032 class UpdateRouteCalculatorRequest < Struct.new( :calculator_name, :pricing_plan, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Updates the description for the route calculator resource.
7032 7033 7034 7035 7036 7037 7038 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7032 class UpdateRouteCalculatorRequest < Struct.new( :calculator_name, :pricing_plan, :description) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. If included, the only allowed value is ‘RequestBasedUsage`.
7032 7033 7034 7035 7036 7037 7038 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7032 class UpdateRouteCalculatorRequest < Struct.new( :calculator_name, :pricing_plan, :description) SENSITIVE = [] include Aws::Structure end |