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.
      2217 2218 2219 2220 2221  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2217 class DeleteRouteCalculatorRequest < Struct.new( :calculator_name) SENSITIVE = [] include Aws::Structure end  |