Class: Aws::GeoRoutes::Types::IsolineAllowOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#hotBoolean

Allow Hot (High Occupancy Toll) lanes while calculating the route.

Returns:

  • (Boolean)


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

#hovBoolean

Allow Hov (High Occupancy vehicle) lanes while calculating the route.

Returns:

  • (Boolean)


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