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