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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2163
2164
2165
2166
2167
# File 'lib/aws-sdk-autoscaling/types.rb', line 2163

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