Class: Aws::GeoRoutes::Types::RouteFerryTravelOnlySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryTravelOnlySummary
- 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
-
#duration ⇒ Integer
Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.
Instance Attribute Details
#duration ⇒ Integer
Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.
Unit: seconds
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 |