Class: Aws::ElasticBeanstalk::Types::AutoScalingGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the ‘AutoScalingGroup` .

Returns:

  • (String)


425
426
427
428
429
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 425

class AutoScalingGroup < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end