Gets a RouteResponse.
apigatewayv2_get_route_response(ApiId, RouteId, RouteResponseId)[required] The API identifier.
[required] The route ID.
[required] The route response ID.
A list with the following syntax:
list(
ModelSelectionExpression = "string",
ResponseModels = list(
"string"
),
ResponseParameters = list(
list(
Required = TRUE|FALSE
)
),
RouteResponseId = "string",
RouteResponseKey = "string"
)
svc$get_route_response( ApiId = "string", RouteId = "string", RouteResponseId = "string" )