Class: Aws::ElasticBeanstalk::Types::ApplicationResourceLifecycleDescriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ApplicationResourceLifecycleDescriptionMessage
- 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.
189 190 191 192 193 194 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 189 class ApplicationResourceLifecycleDescriptionMessage < Struct.new( :application_name, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
The lifecycle configuration.
189 190 191 192 193 194 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 189 class ApplicationResourceLifecycleDescriptionMessage < Struct.new( :application_name, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |