Class: Aws::GeoRoutes::Types::RouteMatrixBoundary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteMatrixBoundary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Boundary within which the matrix is to be calculated. All data, origins and destinations outside the boundary are considered invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geometry ⇒ Types::RouteMatrixBoundaryGeometry
Geometry of the area to be avoided.
-
#unbounded ⇒ Boolean
No restrictions in terms of a routing boundary, and is typically used for longer routes.
Instance Attribute Details
#geometry ⇒ Types::RouteMatrixBoundaryGeometry
Geometry of the area to be avoided.
3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3051 class RouteMatrixBoundary < Struct.new( :geometry, :unbounded) SENSITIVE = [] include Aws::Structure end |
#unbounded ⇒ Boolean
No restrictions in terms of a routing boundary, and is typically used for longer routes.
3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3051 class RouteMatrixBoundary < Struct.new( :geometry, :unbounded) SENSITIVE = [] include Aws::Structure end |