Class: Aws::CodeDeploy::Types::BatchGetDeploymentsOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deployments_infoArray<Types::DeploymentInfo>

Information about the deployments.

Returns:



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