Class: Aws::GeoRoutes::Types::RoutePedestrianTravelOnlySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoutePedestrianTravelOnlySummary
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Summarized details for the leg including travel steps.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration ⇒ Integer
Duration of the step.
Instance Attribute Details
#duration ⇒ Integer
Duration of the step.
Unit: seconds
4027 4028 4029 4030 4031 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4027 class RoutePedestrianTravelOnlySummary < Struct.new( :duration) SENSITIVE = [] include Aws::Structure end |