class Aws::ElasticBeanstalk::Types::DeleteEnvironmentConfigurationMessage

Request to delete a draft environment configuration.

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

data as a hash:

    {
      application_name: "ApplicationName", # required
      environment_name: "EnvironmentName", # required
    }

@!attribute [rw] application_name

The name of the application the environment is associated with.
@return [String]

@!attribute [rw] environment_name

The name of the environment to delete the draft configuration from.
@return [String]

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

Constants

SENSITIVE