View source: R/apigateway_operations.R
apigateway_get_resource | R Documentation |
Lists information about a resource.
See https://www.paws-r-sdk.com/docs/apigateway_get_resource/ for full documentation.
apigateway_get_resource(restApiId, resourceId, embed = NULL)
restApiId |
[required] The string identifier of the associated RestApi. |
resourceId |
[required] The identifier for the Resource resource. |
embed |
A query parameter to retrieve the specified resources embedded in the
returned Resource representation in the response. This |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.