Class: Aws::ElasticBeanstalk::Types::ApplicationResourceLifecycleDescriptionMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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)


189
190
191
192
193
194
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 189

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

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

The lifecycle configuration.



189
190
191
192
193
194
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 189

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