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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_hooksArray<Types::LifecycleHook>

The lifecycle hooks for the specified group.

Returns:



1579
1580
1581
1582
# File 'lib/aws-sdk-autoscaling/types.rb', line 1579

class DescribeLifecycleHooksAnswer < Struct.new(
  :lifecycle_hooks)
  include Aws::Structure
end