Class: Aws::AutoScaling::Types::DeleteLifecycleHookType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DeleteLifecycleHookType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#lifecycle_hook_name ⇒ String
The name of the lifecycle hook.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
1688 1689 1690 1691 1692 1693 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1688 class DeleteLifecycleHookType < Struct.new( :lifecycle_hook_name, :auto_scaling_group_name) SENSITIVE = [] include Aws::Structure end |
#lifecycle_hook_name ⇒ String
The name of the lifecycle hook.
1688 1689 1690 1691 1692 1693 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1688 class DeleteLifecycleHookType < Struct.new( :lifecycle_hook_name, :auto_scaling_group_name) SENSITIVE = [] include Aws::Structure end |