Class: Aws::GeoRoutes::Types::RouteVehicleSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

Summarized details of the route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#overviewTypes::RouteVehicleOverviewSummary

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



5544
5545
5546
5547
5548
5549
# File 'lib/aws-sdk-georoutes/types.rb', line 5544

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

#travel_onlyTypes::RouteVehicleTravelOnlySummary

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



5544
5545
5546
5547
5548
5549
# File 'lib/aws-sdk-georoutes/types.rb', line 5544

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