Class: Aws::GeoRoutes::Types::RouteMatrixAutoCircle
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GeoRoutes::Types::RouteMatrixAutoCircle
 
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Provides the circle that was used while calculating the route.
Constant Summary collapse
- SENSITIVE =
- [:margin, :max_radius] 
Instance Attribute Summary collapse
- 
  
    
      #margin  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The margin provided for the calculation. 
- 
  
    
      #max_radius  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum size of the radius provided for the calculation. 
Instance Attribute Details
#margin ⇒ Integer
The margin provided for the calculation.
| 2959 2960 2961 2962 2963 2964 | # File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2959 class RouteMatrixAutoCircle < Struct.new( :margin, :max_radius) SENSITIVE = [:margin, :max_radius] include Aws::Structure end | 
#max_radius ⇒ Integer
The maximum size of the radius provided for the calculation.
| 2959 2960 2961 2962 2963 2964 | # File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2959 class RouteMatrixAutoCircle < Struct.new( :margin, :max_radius) SENSITIVE = [:margin, :max_radius] include Aws::Structure end |