Class: Aws::Types::CalculateRouteMatrixResponse
- Inherits:
-
Object
- Object
- Aws::Types::CalculateRouteMatrixResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#route_matrix ⇒ ::Array[::Array[Types::RouteMatrixEntry]]
Returns the value of attribute route_matrix.
-
#snapped_departure_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute snapped_departure_positions.
-
#snapped_destination_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute snapped_destination_positions.
-
#summary ⇒ Types::CalculateRouteMatrixSummary
Returns the value of attribute summary.
Instance Attribute Details
#route_matrix ⇒ ::Array[::Array[Types::RouteMatrixEntry]]
Returns the value of attribute route_matrix.
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.
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.
199 200 201 |
# File 'sig/types.rbs', line 199 def snapped_destination_positions @snapped_destination_positions end |
#summary ⇒ Types::CalculateRouteMatrixSummary
Returns the value of attribute summary.
200 201 202 |
# File 'sig/types.rbs', line 200 def summary @summary end |