Class: Aws::GeoRoutes::Types::WaypointOptimizationTravelModeOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Travel mode related options for the provided travel mode.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pedestrianTypes::WaypointOptimizationPedestrianOptions

Travel mode options when the provided travel mode is Pedestrian.



7511
7512
7513
7514
7515
7516
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7511

class WaypointOptimizationTravelModeOptions < Struct.new(
  :pedestrian,
  :truck)
  SENSITIVE = []
  include Aws::Structure
end

#truckTypes::WaypointOptimizationTruckOptions

Travel mode options when the provided travel mode is Truck.



7511
7512
7513
7514
7515
7516
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7511

class WaypointOptimizationTravelModeOptions < Struct.new(
  :pedestrian,
  :truck)
  SENSITIVE = []
  include Aws::Structure
end