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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 425

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