class Aws::CodeDeploy::Types::BatchGetDeploymentInstancesInput
Represents the input of a `BatchGetDeploymentInstances` operation.
@note When making an API call, you may pass BatchGetDeploymentInstancesInput
data as a hash: { deployment_id: "DeploymentId", # required instance_ids: ["InstanceId"], # required }
@!attribute [rw] deployment_id
The unique ID of a deployment. @return [String]
@!attribute [rw] instance_ids
The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentInstancesInput AWS API Documentation
Constants
- SENSITIVE