Class: Aws::AutoScaling::Types::DeleteLifecycleHookType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1693

class DeleteLifecycleHookType < Struct.new(
  :lifecycle_hook_name,
  :auto_scaling_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_hook_nameString

The name of the lifecycle hook.

Returns:

  • (String)


1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1693

class DeleteLifecycleHookType < Struct.new(
  :lifecycle_hook_name,
  :auto_scaling_group_name)
  SENSITIVE = []
  include Aws::Structure
end