Class: Aws::CodeDeploy::Types::AutoScalingGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::AutoScalingGroup
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Information about an Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hook ⇒ String
An Auto Scaling lifecycle event hook name.
-
#name ⇒ String
The Auto Scaling group name.
Instance Attribute Details
#hook ⇒ String
An Auto Scaling lifecycle event hook name.
234 235 236 237 238 239 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 234 class AutoScalingGroup < Struct.new( :name, :hook) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The Auto Scaling group name.
234 235 236 237 238 239 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 234 class AutoScalingGroup < Struct.new( :name, :hook) SENSITIVE = [] include Aws::Structure end |