Class: Aws::LocationService::Types::UpdateRouteCalculatorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#calculator_nameString

The name of the route calculator resource to update.

Returns:

  • (String)


6534
6535
6536
6537
6538
6539
6540
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6534

class UpdateRouteCalculatorRequest < Struct.new(
  :calculator_name,
  :description,
  :pricing_plan)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Updates the description for the route calculator resource.

Returns:

  • (String)


6534
6535
6536
6537
6538
6539
6540
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6534

class UpdateRouteCalculatorRequest < Struct.new(
  :calculator_name,
  :description,
  :pricing_plan)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. If included, the only allowed value is RequestBasedUsage.

Returns:

  • (String)


6534
6535
6536
6537
6538
6539
6540
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6534

class UpdateRouteCalculatorRequest < Struct.new(
  :calculator_name,
  :description,
  :pricing_plan)
  SENSITIVE = []
  include Aws::Structure
end