class Aws::OpsWorks::Types::DescribeDeploymentsRequest

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

data as a hash:

    {
      stack_id: "String",
      app_id: "String",
      deployment_ids: ["String"],
    }

@!attribute [rw] stack_id

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

@!attribute [rw] app_id

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

@!attribute [rw] deployment_ids

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.
@return [Array<String>]

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

Constants

SENSITIVE