paws.management (version 0.5.0)

opsworks_describe_commands: Describes the results of specified commands

Description

Describes the results of specified commands.

See https://www.paws-r-sdk.com/docs/opsworks_describe_commands/ for full documentation.

Usage

opsworks_describe_commands(
  DeploymentId = NULL,
  InstanceId = NULL,
  CommandIds = NULL
)

Arguments

DeploymentId

The deployment ID. If you include this parameter, describe_commands returns a description of the commands associated with the specified deployment.

InstanceId

The instance ID. If you include this parameter, describe_commands returns a description of the commands associated with the specified instance.

CommandIds

An array of command IDs. If you include this parameter, describe_commands returns a description of the specified commands. Otherwise, it returns a description of every command.