Class: Aws::AutoScaling::Types::LaunchConfigurationNameType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_configuration_nameString

The name of the launch configuration.

Returns:

  • (String)


4320
4321
4322
4323
4324
# File 'lib/aws-sdk-autoscaling/types.rb', line 4320

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