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.
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 |
#geometry ⇒ Types::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 |