Class: Aws::Types::UpdateApplicationResourceLifecycleMessage
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationResourceLifecycleMessage
- 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.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def application_name @application_name end |
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
Returns the value of attribute resource_lifecycle_config.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def resource_lifecycle_config @resource_lifecycle_config end |