Class: Aws::AutoScaling::Types::DescribeLifecycleHooksAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeLifecycleHooksAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_hooks ⇒ Array<Types::LifecycleHook>
The lifecycle hooks for the specified group.
Instance Attribute Details
#lifecycle_hooks ⇒ Array<Types::LifecycleHook>
The lifecycle hooks for the specified group.
1932 1933 1934 1935 1936 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1932 class DescribeLifecycleHooksAnswer < Struct.new( :lifecycle_hooks) SENSITIVE = [] include Aws::Structure end |