Class: Aws::AutoScaling::Types::DescribeLifecycleHooksType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeLifecycleHooksType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#lifecycle_hook_names ⇒ Array<String>
The names of one or more lifecycle hooks.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
1949 1950 1951 1952 1953 1954 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1949 class DescribeLifecycleHooksType < Struct.new( :auto_scaling_group_name, :lifecycle_hook_names) SENSITIVE = [] include Aws::Structure end |
#lifecycle_hook_names ⇒ Array<String>
The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.
1949 1950 1951 1952 1953 1954 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1949 class DescribeLifecycleHooksType < Struct.new( :auto_scaling_group_name, :lifecycle_hook_names) SENSITIVE = [] include Aws::Structure end |