Class: Aws::GeoRoutes::Types::RouteVehicleTravelOnlySummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#best_case_durationInteger

Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.

Unit: seconds

Returns:

  • (Integer)


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

#durationInteger

Duration of the step.

Unit: seconds

Returns:

  • (Integer)


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_durationInteger

Duration of the computed span under typical traffic congestion.

Unit: seconds

Returns:

  • (Integer)


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