class Aws::OpsWorks::Types::DescribeCommandsRequest

@note When making an API call, you may pass DescribeCommandsRequest

data as a hash:

    {
      deployment_id: "String",
      instance_id: "String",
      command_ids: ["String"],
    }

@!attribute [rw] deployment_id

The deployment ID. If you include this parameter, `DescribeCommands`
returns a description of the commands associated with the specified
deployment.
@return [String]

@!attribute [rw] instance_id

The instance ID. If you include this parameter, `DescribeCommands`
returns a description of the commands associated with the specified
instance.
@return [String]

@!attribute [rw] command_ids

An array of command IDs. If you include this parameter,
`DescribeCommands` returns a description of the specified commands.
Otherwise, it returns a description of every command.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeCommandsRequest AWS API Documentation

Constants

SENSITIVE