You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::BatchGetApplicationsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchGetApplicationsInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_names: ["ApplicationName"], # required
}

Represents the input of a BatchGetApplications operation.

Instance Attribute Summary collapse

Instance Attribute Details

#application_namesArray<String>

A list of application names separated by spaces. The maximum number of application names you can specify is 100.

Returns:

  • (Array<String>)

    A list of application names separated by spaces.