Class: Aws::CodeDeploy::Types::AutoScalingGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::AutoScalingGroup
- Includes:
- Structure
- Defined in:
- 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.
281 282 283 284 285 286 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 281 class AutoScalingGroup < Struct.new( :name, :hook) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The Auto Scaling group name.
281 282 283 284 285 286 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 281 class AutoScalingGroup < Struct.new( :name, :hook) SENSITIVE = [] include Aws::Structure end |