Class: Aws::GeoRoutes::Types::RouteVehicleOverviewSummary

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

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)


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

#distanceInteger

Distance of the step.

Returns:

  • (Integer)


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

#durationInteger

Duration of the step.

Unit: seconds

Returns:

  • (Integer)


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_durationInteger

Duration of the computed span under typical traffic congestion.

Unit: seconds

Returns:

  • (Integer)


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