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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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)


1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1458

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)


1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1458

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