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.
4972 4973 4974 4975 4976 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4972 class RoutePedestrianOptions < Struct.new( :speed) SENSITIVE = [:speed] include Aws::Structure end |