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

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

Overview

Request to delete a configuration template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

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

Returns:

  • (String)


1516
1517
1518
1519
1520
1521
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1516

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

#template_nameString

The name of the configuration template to delete.

Returns:

  • (String)


1516
1517
1518
1519
1520
1521
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1516

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