Class: Aws::GeoRoutes::Types::WaypointOptimizationTravelModeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationTravelModeOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Travel mode related options for the provided travel mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pedestrian ⇒ Types::WaypointOptimizationPedestrianOptions
Travel mode options when the provided travel mode is “Pedestrian”.
-
#truck ⇒ Types::WaypointOptimizationTruckOptions
Travel mode options when the provided travel mode is “Truck”.
Instance Attribute Details
#pedestrian ⇒ Types::WaypointOptimizationPedestrianOptions
Travel mode options when the provided travel mode is “Pedestrian”
6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6628 class WaypointOptimizationTravelModeOptions < Struct.new( :pedestrian, :truck) SENSITIVE = [] include Aws::Structure end |
#truck ⇒ Types::WaypointOptimizationTruckOptions
Travel mode options when the provided travel mode is “Truck”
6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6628 class WaypointOptimizationTravelModeOptions < Struct.new( :pedestrian, :truck) SENSITIVE = [] include Aws::Structure end |