You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::BatchGetDeploymentInstancesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchGetDeploymentInstancesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  deployment_id: "DeploymentId", # required
  instance_ids: ["InstanceId"], # required
}

Represents the input of a BatchGetDeploymentInstances operation.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)

    The unique ID of a deployment.

#instance_idsArray<String>

The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.

Returns:

  • (Array<String>)

    The unique IDs of instances used in the deployment.