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.
2176 2177 2178 2179 2180 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2176 class DescribeLifecycleHooksAnswer < Struct.new( :lifecycle_hooks) SENSITIVE = [] include Aws::Structure end |