Class: Aws::CodeDeploy::Types::BatchGetApplicationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetApplicationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a ‘BatchGetApplications` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications_info ⇒ Array<Types::ApplicationInfo>
Information about the applications.
Instance Attribute Details
#applications_info ⇒ Array<Types::ApplicationInfo>
Information about the applications.
335 336 337 338 339 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 335 class BatchGetApplicationsOutput < Struct.new( :applications_info) SENSITIVE = [] include Aws::Structure end |