You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::DeleteEnvironmentConfigurationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DeleteEnvironmentConfigurationMessage
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteEnvironmentConfigurationMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
application_name: "ApplicationName", # required
environment_name: "EnvironmentName", # required
}
Request to delete a draft environment configuration.
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application the environment is associated with.
-
#environment_name ⇒ String
The name of the environment to delete the draft configuration from.
Instance Attribute Details
#application_name ⇒ String
The name of the application the environment is associated with.
#environment_name ⇒ String
The name of the environment to delete the draft configuration from.