Class: Aws::GeoRoutes::Types::RouteSpanDynamicSpeedDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Details about the dynamic speed.

Unit: KilometersPerHour

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#best_case_speedFloat

Estimated speed while traversing the span without traffic congestion.

Unit: KilometersPerHour

Returns:

  • (Float)


4411
4412
4413
4414
4415
4416
4417
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4411

class RouteSpanDynamicSpeedDetails < Struct.new(
  :best_case_speed,
  :turn_duration,
  :typical_speed)
  SENSITIVE = []
  include Aws::Structure
end

#turn_durationInteger

Estimated time to turn from this span into the next.

Unit: seconds

Returns:

  • (Integer)


4411
4412
4413
4414
4415
4416
4417
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4411

class RouteSpanDynamicSpeedDetails < Struct.new(
  :best_case_speed,
  :turn_duration,
  :typical_speed)
  SENSITIVE = []
  include Aws::Structure
end

#typical_speedFloat

Estimated speed while traversing the span under typical traffic congestion.

Unit: KilometersPerHour

Returns:

  • (Float)


4411
4412
4413
4414
4415
4416
4417
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4411

class RouteSpanDynamicSpeedDetails < Struct.new(
  :best_case_speed,
  :turn_duration,
  :typical_speed)
  SENSITIVE = []
  include Aws::Structure
end