Class: Aws::ElasticBeanstalk::Types::DeleteEnvironmentConfigurationMessage

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

Overview

Request to delete a draft environment configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application the environment is associated with.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1477

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

#environment_nameString

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

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1477

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