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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6855
6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-locationservice/types.rb', line 6855

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

#descriptionString

Updates the description for the route calculator resource.

Returns:

  • (String)


6855
6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-locationservice/types.rb', line 6855

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

#pricing_planString

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

Returns:

  • (String)


6855
6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-locationservice/types.rb', line 6855

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