Class: Aws::GeoRoutes::Types::RouteSpanSpeedLimitDetails

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

Overview

Details about the speed limit corresponding to the span.

Unit: KilometersPerHour

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_speedFloat

Maximum speed.

Unit: KilometersPerHour

Returns:

  • (Float)


4435
4436
4437
4438
4439
4440
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4435

class RouteSpanSpeedLimitDetails < Struct.new(
  :max_speed,
  :unlimited)
  SENSITIVE = []
  include Aws::Structure
end

#unlimitedBoolean

If the span doesn't have a speed limit like the Autobahn.

Returns:

  • (Boolean)


4435
4436
4437
4438
4439
4440
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4435

class RouteSpanSpeedLimitDetails < Struct.new(
  :max_speed,
  :unlimited)
  SENSITIVE = []
  include Aws::Structure
end