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

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

Overview

Exclusion options.

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>)


6348
6349
6350
6351
6352
# File 'lib/aws-sdk-georoutes/types.rb', line 6348

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