Class: Aws::ElasticBeanstalk::Types::DeleteEnvironmentConfigurationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DeleteEnvironmentConfigurationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Request to delete a draft environment configuration.
Constant Summary collapse
- SENSITIVE =
[]
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.
1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1477 class DeleteEnvironmentConfigurationMessage < Struct.new( :application_name, :environment_name) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the environment to delete the draft configuration from.
1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1477 class DeleteEnvironmentConfigurationMessage < Struct.new( :application_name, :environment_name) SENSITIVE = [] include Aws::Structure end |