Class: Aws::GeoRoutes::Types::RouteAllowOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteAllowOptions
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Features that are allowed while calculating a route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hot ⇒ Boolean
Allow Hot (High Occupancy Toll) lanes while calculating the route.
-
#hov ⇒ Boolean
Allow Hov (High Occupancy vehicle) lanes while calculating the route.
Instance Attribute Details
#hot ⇒ Boolean
Allow Hot (High Occupancy Toll) lanes while calculating the route.
Default value: false
1954 1955 1956 1957 1958 1959 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1954 class RouteAllowOptions < Struct.new( :hot, :hov) SENSITIVE = [] include Aws::Structure end |
#hov ⇒ Boolean
Allow Hov (High Occupancy vehicle) lanes while calculating the route.
Default value: false
1954 1955 1956 1957 1958 1959 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1954 class RouteAllowOptions < Struct.new( :hot, :hov) SENSITIVE = [] include Aws::Structure end |