Class: Aws::GeoRoutes::Types::RouteSpanSpeedLimitDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteSpanSpeedLimitDetails
- 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
-
#max_speed ⇒ Float
Maximum speed.
-
#unlimited ⇒ Boolean
If the span doesn't have a speed limit like the Autobahn.
Instance Attribute Details
#max_speed ⇒ Float
Maximum speed.
Unit: KilometersPerHour
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 |
#unlimited ⇒ Boolean
If the span doesn't have a speed limit like the Autobahn.
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 |