class Aws::CodeDeploy::Types::BatchGetDeploymentsInput

Represents the input of a `BatchGetDeployments` operation.

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

data as a hash:

    {
      deployment_ids: ["DeploymentId"], # required
    }

@!attribute [rw] deployment_ids

A list of deployment IDs, separated by spaces. The maximum number of
deployment IDs you can specify is 25.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentsInput AWS API Documentation

Constants

SENSITIVE