We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28c368 commit ae32ca4Copy full SHA for ae32ca4
1 file changed
Command/Aws/AutoScaling/UpdateAutoScalingGroupCommand.php
@@ -28,7 +28,12 @@
28
use Symfony\Component\Console\Output\OutputInterface;
29
use Uecode\Bundle\AwsCliBundle\Aws\AutoScalingCommand;
30
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
+ */
37
class UpdateAutoScalingGroupCommand extends AutoScalingCommand {
38
protected function configure()
39
{
0 commit comments