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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/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.



6962
6963
6964
6965
6966
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6962

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