Class: Aws::GeoRoutes::Types::RoutePedestrianOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoutePedestrianOptions
- Defined in:
- gems/aws-sdk-georoutes/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.
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 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4484 class RoutePedestrianOptions < Struct.new( :speed) SENSITIVE = [:speed] include Aws::Structure end |