Method: Aws::CodeDeploy::Types::AutoScalingGroup#hook
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#hook ⇒ String
The name of the launch hook that CodeDeploy installed into the Auto Scaling group.
For more information about the launch hook, see [How Amazon EC2 Auto Scaling works with CodeDeploy] in the *CodeDeploy User Guide*.
255 256 257 258 259 260 261 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 255 class AutoScalingGroup < Struct.new( :name, :hook, :termination_hook) SENSITIVE = [] include Aws::Structure end |