Class: Aws::GeoRoutes::Types::RouteAvoidanceArea

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

Overview

Areas to be avoided.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exceptArray<Types::RouteAvoidanceAreaGeometry>

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



2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2422

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

#geometryTypes::RouteAvoidanceAreaGeometry

Geometry of the area to be avoided.



2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2422

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