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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the input of a BatchGetDeploymentInstances operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


394
395
396
397
398
399
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 394

class BatchGetDeploymentInstancesInput < Struct.new(
  :deployment_id,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


394
395
396
397
398
399
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 394

class BatchGetDeploymentInstancesInput < Struct.new(
  :deployment_id,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end