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
- Struct
- Aws::ElasticBeanstalk::Types::DescribeApplicationsMessage
- 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
-
#application_names ⇒ Array<String>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
Instance Attribute Details
#application_names ⇒ Array<String>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.