You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::DeleteConfigurationTemplateMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteConfigurationTemplateMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Request to delete a configuration template.

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application to delete the configuration template from.

Returns:

  • (String)

    The name of the application to delete the configuration template from.

#template_nameString

The name of the configuration template to delete.

Returns:

  • (String)

    The name of the configuration template to delete.