Class: Aws::GeoRoutes::Types::RoutePedestrianOptions

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

Overview

Options related to the pedestrian.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speedFloat

Walking speed in Kilometers per hour.

Returns:

  • (Float)


3844
3845
3846
3847
3848
# File 'lib/aws-sdk-georoutes/types.rb', line 3844

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