Class: Aws::GeoRoutes::Types::WaypointOptimizationAvoidanceOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationAvoidanceOptions
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Specifies options for areas to avoid. This is a best-effort avoidance setting, meaning the router will try to honor the avoidance preferences but may still include restricted areas if no feasible alternative route exists. If avoidance options are not followed, the response will indicate that the avoidance criteria were violated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#areas ⇒ Array<Types::WaypointOptimizationAvoidanceArea>
Areas to be avoided.
-
#car_shuttle_trains ⇒ Boolean
Avoidance options for cars-shuttles-trains.
-
#controlled_access_highways ⇒ Boolean
Avoid controlled access highways while calculating the route.
-
#dirt_roads ⇒ Boolean
Avoid dirt roads while calculating the route.
-
#ferries ⇒ Boolean
Avoidance options for ferries.
-
#toll_roads ⇒ Boolean
Avoids roads where the specified toll transponders are the only mode of payment.
-
#tunnels ⇒ Boolean
Avoid tunnels while calculating the route.
-
#u_turns ⇒ Boolean
Avoid U-turns for calculation on highways and motorways.
Instance Attribute Details
#areas ⇒ Array<Types::WaypointOptimizationAvoidanceArea>
Areas to be avoided.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |
#car_shuttle_trains ⇒ Boolean
Avoidance options for cars-shuttles-trains.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |
#controlled_access_highways ⇒ Boolean
Avoid controlled access highways while calculating the route.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |
#dirt_roads ⇒ Boolean
Avoid dirt roads while calculating the route.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |
#ferries ⇒ Boolean
Avoidance options for ferries.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |
#toll_roads ⇒ Boolean
Avoids roads where the specified toll transponders are the only mode of payment.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |
#tunnels ⇒ Boolean
Avoid tunnels while calculating the route.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |
#u_turns ⇒ Boolean
Avoid U-turns for calculation on highways and motorways.
6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6278 class WaypointOptimizationAvoidanceOptions < Struct.new( :areas, :car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns) SENSITIVE = [] include Aws::Structure end |