Class: Aws::CodeDeploy::Types::BatchGetDeploymentsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetDeploymentsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘BatchGetDeployments` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_ids ⇒ Array<String>
A list of deployment IDs, separated by spaces.
Instance Attribute Details
#deployment_ids ⇒ Array<String>
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
492 493 494 495 496 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 492 class BatchGetDeploymentsInput < Struct.new( :deployment_ids) SENSITIVE = [] include Aws::Structure end |