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)


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