Class: Aws::GeoRoutes::Types::IsolineAllowOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineAllowOptions
- Includes:
- Structure
- Defined in:
- 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.
714 715 716 717 718 719 |
# File 'lib/aws-sdk-georoutes/types.rb', line 714 class IsolineAllowOptions < Struct.new( :hot, :hov) SENSITIVE = [] include Aws::Structure end |
#hov ⇒ Boolean
Allow Hov (High Occupancy vehicle) lanes while calculating the route.
714 715 716 717 718 719 |
# File 'lib/aws-sdk-georoutes/types.rb', line 714 class IsolineAllowOptions < Struct.new( :hot, :hov) SENSITIVE = [] include Aws::Structure end |