Class: Aws::GeoRoutes::Types::RoutePedestrianTravelOnlySummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#durationInteger

Duration of the step.

Unit: seconds

Returns:

  • (Integer)


4102
4103
4104
4105
4106
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4102

class RoutePedestrianTravelOnlySummary < Struct.new(
  :duration)
  SENSITIVE = []
  include Aws::Structure
end