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

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

Overview

Note:

When making an API call, you may pass LaunchConfigurationNameType data as a hash:

{
  launch_configuration_name: "ResourceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#launch_configuration_nameString

The name of the launch configuration.

Returns:

  • (String)


2764
2765
2766
2767
# File 'lib/aws-sdk-autoscaling/types.rb', line 2764

class LaunchConfigurationNameType < Struct.new(
  :launch_configuration_name)
  include Aws::Structure
end