Class: Aws::GeoRoutes::Types::WaypointOptimizationPedestrianOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationPedestrianOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Options related to a pedestrian.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speed ⇒ Float
Walking speed.
Instance Attribute Details
#speed ⇒ Float
Walking speed.
Unit: ‘KilometersPerHour`
6453 6454 6455 6456 6457 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6453 class WaypointOptimizationPedestrianOptions < Struct.new( :speed) SENSITIVE = [] include Aws::Structure end |