class Aws::ElasticBeanstalk::Types::DeleteConfigurationTemplateMessage

Request to delete a configuration template.

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

data as a hash:

    {
      application_name: "ApplicationName", # required
      template_name: "ConfigurationTemplateName", # required
    }

@!attribute [rw] application_name

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

@!attribute [rw] template_name

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

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

Constants

SENSITIVE