Class: Aws::ElasticBeanstalk::Types::UpdateApplicationResourceLifecycleMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application.

Returns:

  • (String)


4304
4305
4306
4307
4308
4309
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4304

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

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

The lifecycle configuration.



4304
4305
4306
4307
4308
4309
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4304

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