Class: Aws::GeoRoutes::Types::WaypointOptimizationPedestrianOptions

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

Overview

Options related to a pedestrian.

Constant Summary collapse

SENSITIVE =
[:speed]

Instance Attribute Summary collapse

Instance Attribute Details

#speedFloat

Walking speed.

Unit: ‘kilometers per hour`

Returns:

  • (Float)


7335
7336
7337
7338
7339
# File 'lib/aws-sdk-georoutes/types.rb', line 7335

class WaypointOptimizationPedestrianOptions < Struct.new(
  :speed)
  SENSITIVE = [:speed]
  include Aws::Structure
end