Class: Aws::GeoRoutes::Types::WaypointOptimizationAvoidanceArea

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

Overview

The area to be avoided.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geometryTypes::WaypointOptimizationAvoidanceAreaGeometry

Geometry of the area to be avoided.



6214
6215
6216
6217
6218
# File 'lib/aws-sdk-georoutes/types.rb', line 6214

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