Class: Aws::GeoRoutes::Types::RouteFerrySummary

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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#overviewTypes::RouteFerryOverviewSummary

Summarized details for the leg including before travel, travel and after travel steps.



3214
3215
3216
3217
3218
3219
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3214

class RouteFerrySummary < Struct.new(
  :overview,
  :travel_only)
  SENSITIVE = []
  include Aws::Structure
end

#travel_onlyTypes::RouteFerryTravelOnlySummary

Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is in meters



3214
3215
3216
3217
3218
3219
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3214

class RouteFerrySummary < Struct.new(
  :overview,
  :travel_only)
  SENSITIVE = []
  include Aws::Structure
end