Class: Aws::GeoRoutes::Types::WaypointOptimizationPedestrianOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationPedestrianOptions
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Options related to a pedestrian.
Constant Summary collapse
- SENSITIVE =
[:speed]
Instance Attribute Summary collapse
-
#speed ⇒ Float
Walking speed.
Instance Attribute Details
#speed ⇒ Float
Walking speed.
Unit: kilometers per hour
7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7335 class WaypointOptimizationPedestrianOptions < Struct.new( :speed) SENSITIVE = [:speed] include Aws::Structure end |