Skip to content

Commit ae32ca4

Browse files
author
nVitius
committed
Added class-level doc
1 parent c28c368 commit ae32ca4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Command/Aws/AutoScaling/UpdateAutoScalingGroupCommand.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
use Symfony\Component\Console\Output\OutputInterface;
2929
use Uecode\Bundle\AwsCliBundle\Aws\AutoScalingCommand;
3030

31-
31+
/**
32+
* Update AutoScaling Group Command
33+
*
34+
* @link http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.AutoScaling.AutoScalingClient.html#_updateAutoScalingGroup
35+
* @author Mauricio Walters <mwalters@undergroundelephant.com>
36+
*/
3237
class UpdateAutoScalingGroupCommand extends AutoScalingCommand {
3338
protected function configure()
3439
{

0 commit comments

Comments
 (0)