Class: Aws::GeoRoutes::Types::RouteAvoidanceArea
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteAvoidanceArea
- 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
-
#except ⇒ Array<Types::RouteAvoidanceAreaGeometry>
Exceptions to the provided avoidance geometry, to be included while calculating the route.
-
#geometry ⇒ Types::RouteAvoidanceAreaGeometry
Geometry of the area to be avoided.
Instance Attribute Details
#except ⇒ Array<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 |
#geometry ⇒ Types::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 |