class Aws::ElasticBeanstalk::Types::DeleteApplicationMessage

Request to delete an application.

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

data as a hash:

    {
      application_name: "ApplicationName", # required
      terminate_env_by_force: false,
    }

@!attribute [rw] application_name

The name of the application to delete.
@return [String]

@!attribute [rw] terminate_env_by_force

When set to true, running environments will be terminated before
deleting the application.
@return [Boolean]

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

Constants

SENSITIVE