Class: Aws::Types::ApplicationResourceLifecycleConfig
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationResourceLifecycleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#version_lifecycle_config ⇒ Types::ApplicationVersionLifecycleConfig
Returns the value of attribute version_lifecycle_config.
Instance Attribute Details
#service_role ⇒ ::String
Returns the value of attribute service_role.
48 49 50 |
# File 'sig/types.rbs', line 48 def service_role @service_role end |
#version_lifecycle_config ⇒ Types::ApplicationVersionLifecycleConfig
Returns the value of attribute version_lifecycle_config.
49 50 51 |
# File 'sig/types.rbs', line 49 def version_lifecycle_config @version_lifecycle_config end |