Class: Aws::ElasticBeanstalk::Types::LaunchConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::LaunchConfiguration
- 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
-
#name ⇒ String
The name of the launch configuration.
Instance Attribute Details
#name ⇒ String
The name of the launch configuration.
2763 2764 2765 2766 2767 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2763 class LaunchConfiguration < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |