Class: Aws::ElasticBeanstalk::Types::AutoScalingGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::AutoScalingGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes an Auto Scaling launch configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the ‘AutoScalingGroup` .
Instance Attribute Details
#name ⇒ String
The name of the ‘AutoScalingGroup` .
425 426 427 428 429 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 425 class AutoScalingGroup < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |