Class: Aws::GeoRoutes::Types::RouteVehicleTravelOnlySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleTravelOnlySummary
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Summarized details of the route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#best_case_duration ⇒ Integer
Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.
-
#duration ⇒ Integer
Duration of the step.
-
#typical_duration ⇒ Integer
Duration of the computed span under typical traffic congestion.
Instance Attribute Details
#best_case_duration ⇒ Integer
Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.
Unit: seconds
5574 5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5574 class RouteVehicleTravelOnlySummary < Struct.new( :best_case_duration, :duration, :typical_duration) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Integer
Duration of the step.
Unit: seconds
5574 5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5574 class RouteVehicleTravelOnlySummary < Struct.new( :best_case_duration, :duration, :typical_duration) SENSITIVE = [] include Aws::Structure end |
#typical_duration ⇒ Integer
Duration of the computed span under typical traffic congestion.
Unit: seconds
5574 5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5574 class RouteVehicleTravelOnlySummary < Struct.new( :best_case_duration, :duration, :typical_duration) SENSITIVE = [] include Aws::Structure end |