Class: Aws::LocationService::Types::UpdateRouteCalculatorRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::UpdateRouteCalculatorRequest
 
 
- 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 update.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Updates the description for the route calculator resource.
 - 
  
    
      #pricing_plan  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
No longer used.
 
Instance Attribute Details
#calculator_name ⇒ String
The name of the route calculator resource to update.
      6853 6854 6855 6856 6857 6858 6859  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6853 class UpdateRouteCalculatorRequest < Struct.new( :calculator_name, :pricing_plan, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Updates the description for the route calculator resource.
      6853 6854 6855 6856 6857 6858 6859  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6853 class UpdateRouteCalculatorRequest < Struct.new( :calculator_name, :pricing_plan, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#pricing_plan ⇒ String
No longer used. If included, the only allowed value is ‘RequestBasedUsage`.
      6853 6854 6855 6856 6857 6858 6859  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6853 class UpdateRouteCalculatorRequest < Struct.new( :calculator_name, :pricing_plan, :description) SENSITIVE = [] include Aws::Structure end  |