Class: Aws::GeoRoutes::Types::RoutePedestrianOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoutePedestrianOptions
- 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
-
#speed ⇒ Float
Walking speed in Kilometers per hour.
Instance Attribute Details
#speed ⇒ Float
Walking speed in Kilometers per hour.
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 |