Class: Aws::Types::CalculateRouteMatrixResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#route_matrix::Array[::Array[Types::RouteMatrixEntry]]

Returns the value of attribute route_matrix.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def route_matrix
  @route_matrix
end

#snapped_departure_positions::Array[::Array[::Float]]

Returns the value of attribute snapped_departure_positions.

Returns:

  • (::Array[::Array[::Float]])


198
199
200
# File 'sig/types.rbs', line 198

def snapped_departure_positions
  @snapped_departure_positions
end

#snapped_destination_positions::Array[::Array[::Float]]

Returns the value of attribute snapped_destination_positions.

Returns:

  • (::Array[::Array[::Float]])


199
200
201
# File 'sig/types.rbs', line 199

def snapped_destination_positions
  @snapped_destination_positions
end

#summaryTypes::CalculateRouteMatrixSummary

Returns the value of attribute summary.



200
201
202
# File 'sig/types.rbs', line 200

def summary
  @summary
end