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
- Struct
- Aws::ElasticBeanstalk::Types::UpdateApplicationVersionMessage
- 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
-
#application_name ⇒ String
The name of the application associated with this version.
-
#description ⇒ String
A new description for this version.
-
#version_label ⇒ String
The name of the version to update.
Instance Attribute Details
#application_name ⇒ String
The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns
an InvalidParameterValue
error.
#description ⇒ String
A new description for this version.
#version_label ⇒ String
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an InvalidParameterValue
error.