Class: Aws::GeoRoutes::Types::RouteVehicleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Summarized details of the route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#overview ⇒ Types::RouteVehicleOverviewSummary
Summarized details for the leg including before travel, travel and after travel steps.
-
#travel_only ⇒ Types::RouteVehicleTravelOnlySummary
Summarized details for the leg including travel steps only.
Instance Attribute Details
#overview ⇒ Types::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_only ⇒ Types::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 |