codedeploy_list_deployment_targets {paws.developer.tools} | R Documentation |
Returns an array of target IDs that are associated a deployment.
See https://www.paws-r-sdk.com/docs/codedeploy_list_deployment_targets/ for full documentation.
codedeploy_list_deployment_targets(
deploymentId,
nextToken = NULL,
targetFilters = NULL
)
deploymentId |
[required] The unique ID of a deployment. |
nextToken |
A token identifier returned from the previous
|
targetFilters |
A key used to filter the returned targets. The two valid values are:
|