Class: Aws::AutoScaling::Types::DescribeLifecycleHooksAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeLifecycleHooksAnswer
- Defined in:
- gems/aws-sdk-autoscaling/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 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1932 class DescribeLifecycleHooksAnswer < Struct.new( :lifecycle_hooks) SENSITIVE = [] include Aws::Structure end |