View source: R/apigatewayv2_operations.R
apigatewayv2_get_route_responses | R Documentation |
Gets the RouteResponses for a Route.
See https://www.paws-r-sdk.com/docs/apigatewayv2_get_route_responses/ for full documentation.
apigatewayv2_get_route_responses(
ApiId,
MaxResults = NULL,
NextToken = NULL,
RouteId
)
ApiId |
[required] The API identifier. |
MaxResults |
The maximum number of elements to be returned for this resource. |
NextToken |
The next page of elements from this collection. Not valid for the last element of the collection. |
RouteId |
[required] The route ID. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.