Class: Aws::GeoRoutes::Types::IsolineAvoidanceArea
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineAvoidanceArea
- 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
-
#except ⇒ Array<Types::IsolineAvoidanceAreaGeometry>
Exceptions to the provided avoidance geometry, to be included while calculating the route.
-
#geometry ⇒ Types::IsolineAvoidanceAreaGeometry
Geometry of the area to be avoided.
Instance Attribute Details
#except ⇒ Array<Types::IsolineAvoidanceAreaGeometry>
Exceptions to the provided avoidance geometry, to be included while calculating the route.
734 735 736 737 738 739 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 734 class IsolineAvoidanceArea < Struct.new( :except, :geometry) SENSITIVE = [] include Aws::Structure end |
#geometry ⇒ Types::IsolineAvoidanceAreaGeometry
Geometry of the area to be avoided.
734 735 736 737 738 739 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 734 class IsolineAvoidanceArea < Struct.new( :except, :geometry) SENSITIVE = [] include Aws::Structure end |