Class: Aws::Types::DescribeLifecycleHooksType
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLifecycleHooksType
- 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_names ⇒ ::Array[::String]
Returns the value of attribute lifecycle_hook_names.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
467 468 469 |
# File 'sig/types.rbs', line 467 def auto_scaling_group_name @auto_scaling_group_name end |
#lifecycle_hook_names ⇒ ::Array[::String]
Returns the value of attribute lifecycle_hook_names.
468 469 470 |
# File 'sig/types.rbs', line 468 def lifecycle_hook_names @lifecycle_hook_names end |