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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Request to describe one or more applications.

Constant Summary collapse

SENSITIVE =
[]

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>)


1607
1608
1609
1610
1611
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1607

class DescribeApplicationsMessage < Struct.new(
  :application_names)
  SENSITIVE = []
  include Aws::Structure
end