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
show all
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

Instance Attribute Details

#application_nameString

The name of the application to which the version belongs.

Returns:

  • (String)

    The name of the application to which the version belongs.

#delete_source_bundleBoolean

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.

Returns:

  • (Boolean)

    Set to true to delete the source bundle from your storage bucket.

#version_labelString

The label of the version to delete.

Returns:

  • (String)

    The label of the version to delete.