Class: Aws::Types::DeleteLifecycleHookType
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLifecycleHookType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
381 382 383 |
# File 'sig/types.rbs', line 381 def auto_scaling_group_name @auto_scaling_group_name end |
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
380 381 382 |
# File 'sig/types.rbs', line 380 def lifecycle_hook_name @lifecycle_hook_name end |