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.



1924
1925
1926
1927
1928
1929
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1924

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

#geometryTypes::RouteAvoidanceAreaGeometry

Geometry of the area to be avoided.



1924
1925
1926
1927
1928
1929
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1924

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