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

Class: Aws::ElasticBeanstalk::Types::UpdateApplicationVersionMessage

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

Returns:

  • (String)

    The name of the application associated with this version.

#descriptionString

A new description for this version.

Returns:

  • (String)

    A new description for this version.

#version_labelString

The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

Returns:

  • (String)

    The name of the version to update.