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

Class: Aws::ElasticBeanstalk::Types::UpdateApplicationMessage

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

Overview

Note:

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

{
  application_name: "ApplicationName", # required
  description: "Description",
}

Request to update an application.

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

Returns:

  • (String)

    The name of the application to update.

#descriptionString

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

Returns:

  • (String)

    A new description for the application.