Class: Aws::GeoRoutes::Types::IsolineAvoidanceArea

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

#exceptArray<Types::IsolineAvoidanceAreaGeometry>

Exceptions to the provided avoidance geometry, to be included while calculating the route.



734
735
736
737
738
739
# File 'lib/aws-sdk-georoutes/types.rb', line 734

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

#geometryTypes::IsolineAvoidanceAreaGeometry

Geometry of the area to be avoided.



734
735
736
737
738
739
# File 'lib/aws-sdk-georoutes/types.rb', line 734

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