Class: Aws::GeoRoutes::Types::RouteVehicleOverviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleOverviewSummary
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Summarized details of the leg.
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.
-
#distance ⇒ Integer
Distance of the step.
-
#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
5338 5339 5340 5341 5342 5343 5344 5345 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5338 class RouteVehicleOverviewSummary < Struct.new( :best_case_duration, :distance, :duration, :typical_duration) SENSITIVE = [] include Aws::Structure end |
#distance ⇒ Integer
Distance of the step.
5338 5339 5340 5341 5342 5343 5344 5345 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5338 class RouteVehicleOverviewSummary < Struct.new( :best_case_duration, :distance, :duration, :typical_duration) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Integer
Duration of the step.
Unit: seconds
5338 5339 5340 5341 5342 5343 5344 5345 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5338 class RouteVehicleOverviewSummary < Struct.new( :best_case_duration, :distance, :duration, :typical_duration) SENSITIVE = [] include Aws::Structure end |
#typical_duration ⇒ Integer
Duration of the computed span under typical traffic congestion.
Unit: seconds
5338 5339 5340 5341 5342 5343 5344 5345 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5338 class RouteVehicleOverviewSummary < Struct.new( :best_case_duration, :distance, :duration, :typical_duration) SENSITIVE = [] include Aws::Structure end |