Class: Aws::GeoRoutes::Types::RouteFerryTravelOnlySummary

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 only. The Distance for the travel only portion of the journey is the same as the Distance within the Overview summary.

Constant Summary collapse

SENSITIVE =
[:duration]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.

Unit: seconds

Returns:

  • (Integer)


3234
3235
3236
3237
3238
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3234

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