class Aws::ElasticBeanstalk::Types::UpdateApplicationVersionMessage

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

data as a hash:

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

@!attribute [rw] application_name

The name of the application associated with this version.

If no application is found with this name, `UpdateApplication`
returns an `InvalidParameterValue` error.
@return [String]

@!attribute [rw] version_label

The name of the version to update.

If no application version is found with this label,
`UpdateApplication` returns an `InvalidParameterValue` error.
@return [String]

@!attribute [rw] description

A new description for this version.
@return [String]

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

Constants

SENSITIVE