Class: Aws::CodeDeploy::Types::BatchGetDeploymentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetDeploymentsOutput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a BatchGetDeployments
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments_info ⇒ Array<Types::DeploymentInfo>
Information about the deployments.
Instance Attribute Details
#deployments_info ⇒ Array<Types::DeploymentInfo>
Information about the deployments.
506 507 508 509 510 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 506 class BatchGetDeploymentsOutput < Struct.new( :deployments_info) SENSITIVE = [] include Aws::Structure end |