Class: Aws::CodeDeploy::Types::BatchGetApplicationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetApplicationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘BatchGetApplications` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_names ⇒ Array<String>
A list of application names separated by spaces.
Instance Attribute Details
#application_names ⇒ Array<String>
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
321 322 323 324 325 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 321 class BatchGetApplicationsInput < Struct.new( :application_names) SENSITIVE = [] include Aws::Structure end |