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 =
[]
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.
2896 2897 2898 2899 2900 2901 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2896 class RouteMatrixAutoCircle < Struct.new( :margin, :max_radius) SENSITIVE = [] include Aws::Structure end |
#max_radius ⇒ Integer
The maximum size of the radius provided for the calculation.
2896 2897 2898 2899 2900 2901 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2896 class RouteMatrixAutoCircle < Struct.new( :margin, :max_radius) SENSITIVE = [] include Aws::Structure end |