Class: Aws::GeoRoutes::Types::RouteMatrixAllowOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteMatrixAllowOptions
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Allow Options related to the route matrix.
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.
2877 2878 2879 2880 2881 2882 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2877 class RouteMatrixAllowOptions < Struct.new( :hot, :hov) SENSITIVE = [] include Aws::Structure end |
#hov ⇒ Boolean
Allow Hov (High Occupancy vehicle) lanes while calculating the route.
2877 2878 2879 2880 2881 2882 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2877 class RouteMatrixAllowOptions < Struct.new( :hot, :hov) SENSITIVE = [] include Aws::Structure end |