Class: Aws::ElasticBeanstalk::Types::DeleteApplicationMessage

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

Overview

Request to delete an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application to delete.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1412

class DeleteApplicationMessage < Struct.new(
  :application_name,
  :terminate_env_by_force)
  SENSITIVE = []
  include Aws::Structure
end

#terminate_env_by_forceBoolean

When set to true, running environments will be terminated before deleting the application.

Returns:

  • (Boolean)


1412
1413
1414
1415
1416
1417
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1412

class DeleteApplicationMessage < Struct.new(
  :application_name,
  :terminate_env_by_force)
  SENSITIVE = []
  include Aws::Structure
end