Class: Aws::LocationService::Types::DeleteRouteCalculatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DeleteRouteCalculatorRequest
- 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 be deleted.
Instance Attribute Details
#calculator_name ⇒ String
The name of the route calculator resource to be deleted.
2215 2216 2217 2218 2219 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2215 class DeleteRouteCalculatorRequest < Struct.new( :calculator_name) SENSITIVE = [] include Aws::Structure end |