AOEpeople/StackFormation

View on GitHub
src/AwsInspector/Model/AutoScaling/LaunchConfiguration.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AwsInspector\Model\AutoScaling;

/**
 * Class LaunchConfiguration
 *
 * @method getLaunchConfigurationName()
 * @method getLaunchConfigurationARN()
 * @method getImageId()
 * @method getKeyName()
 * @method getSecurityGroups()
 * @method getClassicLinkVPCSecurityGroups()
 * @method getUserData()
 * @method getInstanceType()
 * @method getKernelId()
 * @method getRamdiskId()
 * @method getBlockDeviceMappings()
 * @method getInstanceMonitoring()
 * @method getIamInstanceProfile()
 * @method getCreatedTime()
 * @method getEbsOptimized()
 */
class LaunchConfiguration extends \AwsInspector\Model\AbstractResource
{

}