You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::DeleteApplicationVersionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DeleteApplicationVersionMessage
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteApplicationVersionMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
application_name: "ApplicationName", # required
version_label: "VersionLabel", # required
delete_source_bundle: false,
}
Request to delete an application version.
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application to which the version belongs.
-
#delete_source_bundle ⇒ Boolean
Set to
true
to delete the source bundle from your storage bucket. -
#version_label ⇒ String
The label of the version to delete.
Instance Attribute Details
#application_name ⇒ String
The name of the application to which the version belongs.
#delete_source_bundle ⇒ Boolean
Set to true
to delete the source bundle from your storage bucket.
Otherwise, the application version is deleted only from Elastic
Beanstalk and the source bundle remains in Amazon S3.
#version_label ⇒ String
The label of the version to delete.