Class: Aws::GeoRoutes::Types::WaypointOptimizationAvoidanceArea
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationAvoidanceArea
 
- 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
- 
  
    
      #geometry  ⇒ Types::WaypointOptimizationAvoidanceAreaGeometry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Geometry of the area to be avoided. 
Instance Attribute Details
#geometry ⇒ Types::WaypointOptimizationAvoidanceAreaGeometry
Geometry of the area to be avoided.
| 6214 6215 6216 6217 6218 | # File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6214 class WaypointOptimizationAvoidanceArea < Struct.new( :geometry) SENSITIVE = [] include Aws::Structure end |