class Aws::ElasticBeanstalk::Types::DeleteApplicationVersionMessage

Request to delete an application version.

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

data as a hash:

    {
      application_name: "ApplicationName", # required
      version_label: "VersionLabel", # required
      delete_source_bundle: false,
    }

@!attribute [rw] application_name

The name of the application to which the version belongs.
@return [String]

@!attribute [rw] version_label

The label of the version to delete.
@return [String]

@!attribute [rw] delete_source_bundle

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.
@return [Boolean]

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

Constants

SENSITIVE