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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speed ⇒ Float
Walking speed in Kilometers per hour.
Instance Attribute Details
#speed ⇒ Float
Walking speed in Kilometers per hour.
3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3844 class RoutePedestrianOptions < Struct.new( :speed) SENSITIVE = [] include Aws::Structure end |