Class: Aws::ElasticBeanstalk::Types::UpdateApplicationResourceLifecycleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::UpdateApplicationResourceLifecycleMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application.
-
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
The lifecycle configuration.
Instance Attribute Details
#application_name ⇒ String
The name of the application.
4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4301 class UpdateApplicationResourceLifecycleMessage < Struct.new( :application_name, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
The lifecycle configuration.
4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4301 class UpdateApplicationResourceLifecycleMessage < Struct.new( :application_name, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |