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

Class: Aws::ElasticBeanstalk::Types::DescribeApplicationsMessage

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

Overview

Note:

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

{
  application_names: ["ApplicationName"],
}

Request to describe one or more applications.

Instance Attribute Summary collapse

Instance Attribute Details

#application_namesArray<String>

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Returns:

  • (Array<String>)

    If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.