Class: Aws::GeoRoutes::Types::RouteMatrixAllowOptions

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

Instance Attribute Details

#hotBoolean

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

Returns:

  • (Boolean)


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

#hovBoolean

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

Returns:

  • (Boolean)


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