Class: Aws::AutoScaling::Types::DescribeLifecycleHooksAnswer

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

#lifecycle_hooksArray<Types::LifecycleHook>

The lifecycle hooks for the specified group.

Returns:



1937
1938
1939
1940
1941
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1937

class DescribeLifecycleHooksAnswer < Struct.new(
  :lifecycle_hooks)
  SENSITIVE = []
  include Aws::Structure
end