Class: Aws::GeoRoutes::Types::RouteMatrixBoundary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#geometryTypes::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

#unboundedBoolean

No restrictions in terms of a routing boundary, and is typically used for longer routes.

Returns:

  • (Boolean)


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