Class: Aws::Types::ApplicationResourceLifecycleDescriptionMessage
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationResourceLifecycleDescriptionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
Returns the value of attribute resource_lifecycle_config.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
54 55 56 |
# File 'sig/types.rbs', line 54 def application_name @application_name end |
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
Returns the value of attribute resource_lifecycle_config.
55 56 57 |
# File 'sig/types.rbs', line 55 def resource_lifecycle_config @resource_lifecycle_config end |