class AWS::AutoScaling::LaunchConfiguration

def initialize name, options = {}

Other tags:
    Api: - private
def initialize name, options = {}
  super(options.merge(:name => name))
end