apigateway_get_resource {paws.networking} | R Documentation |
Lists information about a resource
Description
Lists information about a resource.
See https://www.paws-r-sdk.com/docs/apigateway_get_resource/ for full documentation.
Usage
apigateway_get_resource(restApiId, resourceId, embed = NULL)
Arguments
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 |
[Package paws.networking version 0.9.0 Index]