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. Not supported in ‘ap-southeast-1` and `ap-southeast-5` regions for [GrabMaps] customers.

[1]: docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html

Constant Summary collapse

SENSITIVE =
[:speed]

Instance Attribute Summary collapse

Instance Attribute Details

#speedFloat

Walking speed in Kilometers per hour.

Returns:

  • (Float)


4484
4485
4486
4487
4488
# File 'lib/aws-sdk-georoutes/types.rb', line 4484

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