class Aws::CodeDeploy::Types::ListDeploymentInstancesInput

Represents the input of a `ListDeploymentInstances` operation.

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

data as a hash:

    {
      deployment_id: "DeploymentId", # required
      next_token: "NextToken",
      instance_status_filter: ["Pending"], # accepts Pending, InProgress, Succeeded, Failed, Skipped, Unknown, Ready
      instance_type_filter: ["Blue"], # accepts Blue, Green
    }

@!attribute [rw] deployment_id

The unique ID of a deployment.
@return [String]

@!attribute [rw] next_token

An identifier returned from the previous list deployment instances
call. It can be used to return the next set of deployment instances
in the list.
@return [String]

@!attribute [rw] instance_status_filter

A subset of instances to list by status:

* `Pending`\: Include those instances with pending deployments.

* `InProgress`\: Include those instances where deployments are still
  in progress.

* `Succeeded`\: Include those instances with successful deployments.

* `Failed`\: Include those instances with failed deployments.

* `Skipped`\: Include those instances with skipped deployments.

* `Unknown`\: Include those instances with deployments in an unknown
  state.
@return [Array<String>]

@!attribute [rw] instance_type_filter

The set of instances in a blue/green deployment, either those in the
original environment ("BLUE") or those in the replacement
environment ("GREEN"), for which you want to view instance
information.
@return [Array<String>]

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

Constants

SENSITIVE