Class: Aws::AutoScaling::Types::LaunchConfigurationNameType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::LaunchConfigurationNameType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_configuration_name ⇒ String
The name of the launch configuration.
Instance Attribute Details
#launch_configuration_name ⇒ String
The name of the launch configuration.
4310 4311 4312 4313 4314 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4310 class LaunchConfigurationNameType < Struct.new( :launch_configuration_name) SENSITIVE = [] include Aws::Structure end |