Class: Aws::CodeDeploy::Types::BatchGetApplicationsOutput

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

Overview

Represents the output of a BatchGetApplications operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applications_infoArray<Types::ApplicationInfo>

Information about the applications.

Returns:



335
336
337
338
339
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 335

class BatchGetApplicationsOutput < Struct.new(
  :applications_info)
  SENSITIVE = []
  include Aws::Structure
end