Class: Aws::LocationService::Types::DescribeRouteCalculatorRequest

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.

Returns:

  • (String)


2690
2691
2692
2693
2694
# File 'lib/aws-sdk-locationservice/types.rb', line 2690

class DescribeRouteCalculatorRequest < Struct.new(
  :calculator_name)
  SENSITIVE = []
  include Aws::Structure
end