Class: Aws::ElasticBeanstalk::Types::DeleteApplicationVersionMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Request to delete an application version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application to which the version belongs.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1437

class DeleteApplicationVersionMessage < Struct.new(
  :application_name,
  :version_label,
  :delete_source_bundle)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1437

class DeleteApplicationVersionMessage < Struct.new(
  :application_name,
  :version_label,
  :delete_source_bundle)
  SENSITIVE = []
  include Aws::Structure
end

#version_labelString

The label of the version to delete.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1437

class DeleteApplicationVersionMessage < Struct.new(
  :application_name,
  :version_label,
  :delete_source_bundle)
  SENSITIVE = []
  include Aws::Structure
end