Class: Aws::AutoScaling::Types::DescribeLifecycleHooksType

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

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


1954
1955
1956
1957
1958
1959
# File 'lib/aws-sdk-autoscaling/types.rb', line 1954

class DescribeLifecycleHooksType < Struct.new(
  :auto_scaling_group_name,
  :lifecycle_hook_names)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_hook_namesArray<String>

The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.

Returns:

  • (Array<String>)


1954
1955
1956
1957
1958
1959
# File 'lib/aws-sdk-autoscaling/types.rb', line 1954

class DescribeLifecycleHooksType < Struct.new(
  :auto_scaling_group_name,
  :lifecycle_hook_names)
  SENSITIVE = []
  include Aws::Structure
end