exec() public method

public exec ( $command, $asUser = null )
 public function exec()
 {
     $instance = new Instance(['Tags' => [], 'PrivateIpAddress' => '1.2.3.4']);
     $instance->exec();
 }