Class: Aws::GeoRoutes::Types::WaypointOptimizationExclusionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationExclusionOptions
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Exclusion options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#countries ⇒ Array<String>
List of countries to be avoided defined by two-letter or three-letter country codes.
Instance Attribute Details
#countries ⇒ Array<String>
List of countries to be avoided defined by two-letter or three-letter country codes.
6333 6334 6335 6336 6337 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6333 class WaypointOptimizationExclusionOptions < Struct.new( :countries) SENSITIVE = [] include Aws::Structure end |