class Aws::ElasticBeanstalk::Types::UpdateApplicationMessage

Request to update an application.

@note When making an API call, you may pass UpdateApplicationMessage

data as a hash:

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

@!attribute [rw] application_name

The name of the application to update. If no such application is
found, `UpdateApplication` returns an `InvalidParameterValue` error.
@return [String]

@!attribute [rw] description

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the
description.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationMessage AWS API Documentation

Constants

SENSITIVE