apigateway_get_deployment {paws.networking} | R Documentation |
Gets information about a Deployment resource
Description
Gets information about a Deployment resource.
See https://www.paws-r-sdk.com/docs/apigateway_get_deployment/ for full documentation.
Usage
apigateway_get_deployment(restApiId, deploymentId, embed = NULL)
Arguments
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
|