View source: R/opsworks_operations.R
opsworks_describe_deployments | R Documentation |
Requests a description of a specified set of deployments.
See https://www.paws-r-sdk.com/docs/opsworks_describe_deployments/ for full documentation.
opsworks_describe_deployments(
StackId = NULL,
AppId = NULL,
DeploymentIds = NULL
)
StackId |
The stack ID. If you include this parameter, the command returns a description of the commands associated with the specified stack. |
AppId |
The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app. |
DeploymentIds |
An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.