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
show all
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

Instance Attribute Details

#application_nameString

The name of the application the environment is associated with.

Returns:

  • (String)

    The name of the application the environment is associated with.

#environment_nameString

The name of the environment to delete the draft configuration from.

Returns:

  • (String)

    The name of the environment to delete the draft configuration from.