Class: Aws::LocationService::Types::DescribeRouteCalculatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeRouteCalculatorRequest
- 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.
Instance Attribute Details
#calculator_name ⇒ String
The name of the route calculator resource.
2596 2597 2598 2599 2600 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2596 class DescribeRouteCalculatorRequest < Struct.new( :calculator_name) SENSITIVE = [] include Aws::Structure end |