Пример #1
0
 public function delete()
 {
     $this->cfnClient->deleteStack(['StackName' => $this->getName()]);
     return $this;
 }