Class: Aws::GeoRoutes::Types::WaypointOptimizationExclusionOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Specifies strict exclusion options for the route calculation. This setting mandates that the router will avoid any routes that include the specified options, rather than merely attempting to minimize them.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countriesArray<String>

List of countries to be avoided defined by two-letter or three-letter country codes.

Returns:

  • (Array<String>)


6458
6459
6460
6461
6462
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6458

class WaypointOptimizationExclusionOptions < Struct.new(
  :countries)
  SENSITIVE = []
  include Aws::Structure
end