Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Represents a get integration response.
1 2 | apigateway_get_integration_response(restApiId, resourceId, httpMethod,
statusCode)
|
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
resourceId |
[required] [Required] Specifies a get integration response request's resource identifier. |
httpMethod |
[required] [Required] Specifies a get integration response request's HTTP method. |
statusCode |
[required] [Required] Specifies a get integration response request's status code. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 |
1 2 3 4 5 6 | svc$get_integration_response(
restApiId = "string",
resourceId = "string",
httpMethod = "string",
statusCode = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.