Module: Aws::GeoRoutes::Client::_CalculateRouteMatrixResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CalculateRouteMatrixResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #error_count ⇒ ::Integer
- #pricing_bucket ⇒ ::String
- #route_matrix ⇒ ::Array[::Array[Types::RouteMatrixEntry]]
- #routing_boundary ⇒ Types::RouteMatrixBoundary
Instance Method Details
#error_count ⇒ ::Integer
227 |
# File 'sig/client.rbs', line 227
def error_count: () -> ::Integer
|
#pricing_bucket ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def pricing_bucket: () -> ::String
|
#route_matrix ⇒ ::Array[::Array[Types::RouteMatrixEntry]]
229 |
# File 'sig/client.rbs', line 229
def route_matrix: () -> ::Array[::Array[Types::RouteMatrixEntry]]
|
#routing_boundary ⇒ Types::RouteMatrixBoundary
230 |
# File 'sig/client.rbs', line 230
def routing_boundary: () -> Types::RouteMatrixBoundary
|