Class: Aws::CodeDeploy::Types::BatchGetDeploymentInstancesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetDeploymentInstancesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘BatchGetDeploymentInstances` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a deployment.
-
#instance_ids ⇒ Array<String>
The unique IDs of instances used in the deployment.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a deployment.
394 395 396 397 398 399 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 394 class BatchGetDeploymentInstancesInput < Struct.new( :deployment_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#instance_ids ⇒ Array<String>
The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.
394 395 396 397 398 399 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 394 class BatchGetDeploymentInstancesInput < Struct.new( :deployment_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |